-
Notifications
You must be signed in to change notification settings - Fork 85
docs: move configuration to reference section #103
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
Conversation
|
|
Deploying tutorialkit-docs-page with
|
Latest commit: |
e77a644
|
Status: | ✅ Deploy successful! |
Preview URL: | https://2de759dd.tutorialkit-docs-page.pages.dev |
Branch Preview URL: | https://docs-reference-configuration.tutorialkit-docs-page.pages.dev |
exclude: ['../../guides/**/*'], | ||
}), | ||
], | ||
plugins: [starlightLinksValidator()], |
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.
By using absolute paths instead, this seems to work. I only just noticed that other pages also use absolute paths 🤷 .
Deploying tutorialkit-demo-page with
|
Latest commit: |
8f6a370
|
Status: | ✅ Deploy successful! |
Preview URL: | https://d8d2a45b.tutorialkit-demo-page.pages.dev |
Branch Preview URL: | https://docs-reference-configuration.tutorialkit-demo-page.pages.dev |
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.
Looks good! Thanks a lot for the PR! 😃
This PR moves the
Configuration
page to theReference
section as previously discussed.