-
Notifications
You must be signed in to change notification settings - Fork 499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IA rework to create Develop and Deploy categories #1025
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Use _index.md for category page file
* Use _index.md for category page file * Create Develop and Deploy categories * Add deployment concepts stubs * Move custom components * Move component reference & regroup concepts * Autofunction option: show experimental precursor * Configuration and secrets stubs * Remove duplicate experimental features * Remove personalization * Additional stubs; logical design grouping * Update package-lock.json * Move quick references * A-z function index stub * Revert "Autofunction option: show experimental precursor" This reverts commit 64b7bd2. * Update Autofunction ancestor -> oldName * Update menu categories * Move KB articles to main content * Add server-client architecture page * Revert "Update package-lock.json" This reverts commit 5262067. * Add command line category to API reference * Update multipage guide * Update concepts index page * Update Develop, Deploy, KB category pages * Remove manual redirect to API reference * Rename deployment concepts * Update deploy/concepts/dependencies * Update deploy/concepts/secrets * Update Deployment concepts category page * Remove A-Z stub and duplicate KB article * Update API category pages * Update streamlit run command reference * Update secrets reference pages * Adjust widget API cards for consistency * Update homepage and API reference page * Update category pages * Update Quick reference category * Update menu.md * Regroup caching, state, navigation, flow * Elements & UI -> App design * Execution model -> architecture * Update animate elements * Remove get/set option * Update menu.md * Readd menu dividers * Update category pages * app chrome * Link review and cleanup * Corrections from review * Remove .add_rows() method from charts w/o support
sfc-gh-dmatthews
changed the title
IA rework to create Develop and Deploy categories
IA rework to create Develop and Deploy categories [waiting for final commit to epic]
Apr 4, 2024
sfc-gh-dmatthews
changed the title
IA rework to create Develop and Deploy categories [waiting for final commit to epic]
IA rework to create Develop and Deploy categories [pending final commit to epic]
Apr 4, 2024
sfc-gh-dmatthews
changed the title
IA rework to create Develop and Deploy categories [pending final commit to epic]
IA rework to create Develop and Deploy categories [pending epic commit #3]
Apr 4, 2024
* Update existing redirects * Add new redirects * Final move and rename * Update search index exceptions
sfc-gh-dmatthews
changed the title
IA rework to create Develop and Deploy categories [pending epic commit #3]
IA rework to create Develop and Deploy categories
Apr 4, 2024
sfc-gh-tteixeira
approved these changes
Apr 4, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WOOHOO!!!!! 🎉
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📚 Context
This PR changes "Streamlit library" into "Develop" and changes "Streamlit Community Cloud" into "Deploy."
🧠 Description of Changes
The new IA moves away from a product-focused organization to a task-focused organization. Community Cloud is presented as one option among many for how to deploy apps with additional pages added to generally describe deployment concepts.
Within Develop, the API reference was lightly rearranged for better grouping. "Advanced features" became "Concepts" and was heavily reorganized to group related concepts. Relevant content from the Knowledge base was elevated to Develop and Deploy. Tutorials are featured prominently now.
Revised:
Current:
💥 Impact
Size:
🌐 References
Notion project: Docs: Develop, Deploy review
Closes #462
Contribution License Agreement
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.