MartijnVisser opened a new pull request, #27541:
URL: https://github.com/apache/flink/pull/27541

   ## What is the purpose of the change
   
   * Implement the proposed changes from 
https://cwiki.apache.org/confluence/display/FLINK/FLIP-561%3A+Restructure+Flink+documentation
   
   ## Brief change log
   
   This PR contains multiple commits, that should ultimately be squashed before 
merging. What's basically done is:
   
   1. Move the content to the right new location, change refs and add aliases 
for redirecting users to the new pages
   2. Add stub pages that redirect to the new location, given that externalized 
connectors docs are sometimes pointing to pages that no longer exist there, but 
have been moved. But we can't update the external connector docs because the 
new locations don't exist yet. This needs to be fixed afterwards
   3. Added new content for Getting Started and Learn Flink sections where 
needed
   4. Rewrote "First Steps" completely
   5. Added a Table API archetype
   
   I also included a couple of nice to haves/extra:
   
   6. No longer show Google Analytics warnings when building the docs
   7. Fixed a JS sync bug in the docs when you were switching between different 
languages (Java/Scala/Python) and the browser not updating the right tab anymore
   8. Added a copy button for code blocks
   
   ## Verifying this change
   
   This change is a trivial rework / code cleanup without any test coverage.
   Verification has happened by checking out the PR and building it with Hugo 
locally
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): (yes / **no**)
     - The public API, i.e., is any changed class annotated with 
`@Public(Evolving)`: (yes / **no**)
     - The serializers: (yes / **no** / don't know)
     - The runtime per-record code paths (performance sensitive): (yes / **no** 
/ don't know)
     - Anything that affects deployment or recovery: JobManager (and its 
components), Checkpointing, Kubernetes/Yarn, ZooKeeper: (yes / **no** / don't 
know)
     - The S3 file system connector: (yes / no ****/ don't know)
   
   ## Documentation
   
     - Does this pull request introduce a new feature? (yes / **no**)
     - If yes, how is the feature documented? (**not applicable** / docs / 
JavaDocs / not documented)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to