-
Notifications
You must be signed in to change notification settings - Fork 41
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
[WEB-3950] Simplified docs routing, port page content from YAML to JSON #2383
base: web-4082-docs-nav-redesign
Are you sure you want to change the base?
[WEB-3950] Simplified docs routing, port page content from YAML to JSON #2383
Conversation
chore: tidy up bar styling fix: use Gatsby-supported window object and generate snapshots fix: fix label returns in languageLabel helper chore: remove LanguageDropdownSelector fix: populate github edit link on right sidebar
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
ed97940
to
cc77806
Compare
dfb96f0
to
481033c
Compare
481033c
to
a830666
Compare
a830666
to
0443772
Compare
…ent into nav data structure
0443772
to
1478e0c
Compare
1368333
to
497a41f
Compare
bb08d1a
to
f3cf6b0
Compare
This pull request includes several changes focused on updating configurations, removing outdated content, and improving the codebase for better maintainability. The most important changes include updating the CircleCI configuration, removing old YAML page content, and modifying the build and serve scripts in
package.json
.Configuration Updates:
5.2.0
to5.3.0
in.circleci/config.yml
./docs
rewriting in.circleci/config.yml
.Content Removal:
asset-tracking.yaml
,channels.yaml
,chat.yaml
,homepage.yaml
,livesync.yaml
, andspaces.yaml
. [1] [2] [3] [4] [5] [6]Codebase Simplification:
gatsby-source-filesystem
plugin foryaml-page-content
ingatsby-config.ts
.build
andserve
scripts inpackage.json
to remove the--prefix-paths
option.Code Refactoring:
BodySection
component inBodySection.tsx
to useContentSection
instead ofSectionProps
and set a default value forbottomMargin
. [1] [2]These changes aim to streamline the configuration, remove unused content, and improve the overall maintainability of the project.