-
Notifications
You must be signed in to change notification settings - Fork 324
gitbook assets #1052
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
gitbook assets #1052
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DATABASE_URL=postgres:///pgml_dashboard_development | ||
DEV_MODE=true | ||
RUST_LOG=debug,tantivy=error,rocket=info |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,7 @@ | |
</li> | ||
|
||
<li class="nav-item d-flex align-items-center"> | ||
<a class="nav-link p-lg-0" href="/docs/guides/setup/quick_start_with_docker">Docs</a> | ||
<a class="nav-link p-lg-0" href="/docs/guides/README">Docs</a> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not very SEO friendly imo There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah, but we can't control this lever in gitbook... and then again... it is kinda devvy. |
||
</li> | ||
|
||
<div class="vr my-2 opacity-100 d-lg-block d-none" style="width: 2px"></div> | ||
|
@@ -78,7 +78,7 @@ | |
</li> | ||
|
||
<li class="menu-item rounded-0 d-flex align-items-center"> | ||
<a href="/docs/guides/setup/quick_start_with_docker/">Docs</a> | ||
<a href="/docs/guides/README/">Docs</a> | ||
</li> | ||
|
||
<li class="menu-item rounded-0 d-flex align-items-center"> | ||
|
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.
You can use https://api.rocket.rs/v0.5-rc/rocket/fs/struct.FileServer.html
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.
Can't use the fileserver because we need the path to not be exact, but rather the relative gitbook path.