-
Notifications
You must be signed in to change notification settings - Fork 513
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
Enhancement: Docs upgrade- kit-docs and sveltejs/kit #1665
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Nice!!
Looks like tabs may have been changed to 6 spaces within docs? Could make for a funky layout within IDEs
@Adamj1232 realized I forgot to match the .prettierrc to the original version from the docs- updated and reformatted. Hopefully looks less wonky on the IDE now! LMK what you think! |
@@ -1,4 +1,3 @@ | |||
export * from './examples' | |||
export * from './gas' | |||
export { default as ThemeCustomizer } from './ThemeCustomizer.svelte' |
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.
Just curious why this is removed?
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.
It was moved directly to the +page.svelte file under the theming-tool folder- It would not load/build correctly otherwise.
@@ -1 +0,0 @@ | |||
export { Tabs, TabPanel, TabItem } from './tabs' |
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.
Do we still need this file or parent folder?
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.
yes to the parent folder (to be able to use Tabs in the .md files that are the docs pages), no to the index.ts file.
Description
Upgrades:
@svelteness/kit-docs: 1.1.3
@sveltejs/kit: 1.5.0
Fixes font loading
Routes restructured to work with new kit-docs structure: https://kitdocs.vercel.app/docs/getting-started/quickstart
PLEASE NOTE- Checklist must be complete prior to review.
Checklist
package.json
of the package you have made changes in following semantic versioning and using alpha release taggingyarn check-all
to confirm there are not any associated errors