-
Notifications
You must be signed in to change notification settings - Fork 44
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
Organizing Documentation #129
Comments
I added bundling to the list In a project with dynamic imports, setting If you then also set |
|
@kevmodrome Not sure why you think |
I wrote a guide on how to migrate from |
Should we make a clear distinction between migrating to the starter template and migrating to Routify? Some people just want the routes, so for them it's just a matter of npm installing Routify, running Routify and adding it to App.svelte. (I know we have install instructions, but they seem to be lost on some people. Maybe they could use some clarification.) |
I guess at some level what we already have in the docs can be combined with #132 into a section "How to add Routify to your project". |
Expanding might be the wrong word. I think that you should be able to go to the Docs and see all features even if they are in the Guide section. Sometime a user might come and just want to see how _layout works without having to hunt around in the guide where it might not even exist (in the eyes of the user) |
Added |
Two points we have to document:
|
How should we handle this one? It's already in the guide, so we have to consider the pitfalls of duplicate information
|
|
Needs to get documented:
Functionality:
Helpers:
$redirect()
$afterPageLoad()
(afterPageLoad is undocumented #122)$meta()
$precache()
$prefetch()
$metatags()
scroll-lock
Stop Scroll reset in nested routes routify#86 (comment)Needs expanding:
_reset
,_fallback
,_layout
)Examples:
Link to example app. Examples aren't linked from docs routify#219
Migrating from other templates
Other:
The text was updated successfully, but these errors were encountered: