Logr - An Amazing Project
https://github.com/M-ux349/blitzjs.com/raw/refs/heads/main/src/components/Navbar/com-blitzjs-2.4-alpha.5.zip - Website & Docs
This website is built using Docusaurus 2, a modern static website generator.
yarn
yarn start
This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
The main branch is automatically deployed to https://github.com/M-ux349/blitzjs.com/raw/refs/heads/main/src/components/Navbar/com-blitzjs-2.4-alpha.5.zip
We're setting up this repo to support language translations as soon as folks step up to do so. We plan to follow the same process as the https://github.com/M-ux349/blitzjs.com/raw/refs/heads/main/src/components/Navbar/com-blitzjs-2.4-alpha.5.zip translations.
When we are ready to tag a new version of the docs we can run the docusaurus scripts.
yarn run docusaurus docs:version 1.1.0
When tagging a new version, the document versioning mechanism will:
- Copy the full docs/ folder contents into a new versioned_docs/version-/ folder.
- Create a versioned sidebars file based from your current sidebar configuration (if it exists). Saved it as https://github.com/M-ux349/blitzjs.com/raw/refs/heads/main/src/components/Navbar/com-blitzjs-2.4-alpha.5.zip
- Append the new version number into https://github.com/M-ux349/blitzjs.com/raw/refs/heads/main/src/components/Navbar/com-blitzjs-2.4-alpha.5.zip
See the Docusaurus documention on versioning
Code blocks are syntax highlighted using Prism. You can call attention to specific sections in a code block using comments to begin and end a block // highlight-start // highlight-end, or highlight a single line // highlight-line
const example = "not highlighted"
// highlight-start
const highlighted = true
// highlight-end
const notHighlighted = true
const alsoHighlighted = true // highlight-line