You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To write or edit content, modify the files in the src/ directory.
To build, run mdbook build.
To test, run mdbook serve --open &.
To commit changes, first run mdbook build to ensure the book is up-to-date, then commit the changes in the src/ directory, since the GitHub actions only serve the static files in the book/ directory.