Stop ignoring your docs #46
Labels
No Label
Brainstorm
Parent
bug
duplicate
enhancement
help wanted
idea
invalid
project/backend
project/frontend
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Chewing_Bever/fej#46
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
The docs command (that I've been ignoring for too long) still runs on the host's cargo, but this should be run inside the builder image as well.
We can build the docs inside the release container just like the frontend, and just host it using Rocket as well. The only issue here is figuring out how we can get a main
index.html
file working, consideringcargo doc
doesn't generate a main one.Build docs inside builder containerto Stop ignoring your docs