Stop ignoring your docs #46
Labels
No labels
Brainstorm
Parent
bug
duplicate
enhancement
help wanted
idea
invalid
project/backend
project/frontend
question
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Chewing_Bever/fej#46
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. 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.htmlfile working, consideringcargo docdoesn't generate a main one.Build docs inside builder containerto Stop ignoring your docs