Fix bug I introduced in my last commits.#903
Merged
sfc-gh-dmatthews merged 4 commits intostreamlit:ia/get-startedfrom Dec 22, 2023
Merged
Fix bug I introduced in my last commits.#903sfc-gh-dmatthews merged 4 commits intostreamlit:ia/get-startedfrom
sfc-gh-dmatthews merged 4 commits intostreamlit:ia/get-startedfrom
Conversation
sfc-gh-dmatthews
added a commit
that referenced
this pull request
Dec 23, 2023
* Move and rename Community Cloud quickstart * Add installation quickstarts * Move installation to use-python-environments * Update venv+pip installation * Update installation summary page. * Clarification * Small edits from proofreading * Typos * Move get-started files * Add red category and tiles * Make Get started it's own category * Update _redirects * Move create-an-app * Test /library redirect * Revert "Test /library redirect" This reverts commit f0746cf. * Update tiles on docs homepage * Update installation TLDR * Update installation page titles * Rename installation md files * Move and rename files * Regroup and expand main concepts * _redirects merge conflict * Update Main concepts category page * Move and rename files * Design tweaks to reduce severity of red * TEMP: Declare prev/next pages to skip dividers Previous and next pages are manually declared to avoid menu divider elements getting picked up as pages. TODO: Update automation to skip dividers. * Link and redirect updates with review edits * Update installation section * Restore original cloud quickstart * Rename and reorder Get started * GitHub Codespaces intro rework * Remove menu dividers in /get-started/fundamentals * Move and rename files * Move get started tutorials into separate category * Simplify Installation category page * Fix Div import/export error * Improve colors, as well as the infra used for setting colors. (#902) * Improve colors, as well as the infra used for setting colors. * Fix circle and kb colors. * Fix bug I introduced in my last commits. (#903) * Improve colors, as well as the infra used for setting colors. * Fix circle and kb colors. * Fix some color bugs I introduced, and clean up all colors names. * Changed some text & layout in "getting started", "cli", and "anaconda". (#905) * Improve colors, as well as the infra used for setting colors. * Fix circle and kb colors. * Fix some color bugs I introduced, and clean up all colors names. * Change get started, cli, and anaconda instructions. Some layout, some text changes. * Capitalization, proper names, and small edit --------- Co-authored-by: Thiago Teixeira <103002884+sfc-gh-tteixeira@users.noreply.github.com>
This file contains hidden or 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
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.
Fixed this: https://deploy-preview-871--streamlit-docs.netlify.app/streamlit-community-cloud/get-started
And made all color names in JS/MD match the names used in CSS. For some reason we had different names across the different worlds.