Skip to content

Docusaurus.community - Collecting knowledge, tips and tricks for Docusaurus.

License

Notifications You must be signed in to change notification settings

Juniors017/Docusaurus.community

This branch is 1 commit ahead of, 25 commits behind DocusaurusCommunity/website:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5a46040 · Jul 28, 2024
May 23, 2024
Dec 6, 2022
May 14, 2024
May 14, 2024
May 14, 2024
May 17, 2024
Jul 28, 2024
Jan 7, 2024
Jul 28, 2024
May 12, 2024
Jan 2, 2024
Nov 9, 2023
Dec 6, 2022
Nov 9, 2023
May 12, 2024
Dec 4, 2022
Dec 4, 2022
Dec 4, 2022
May 14, 2024
Jan 2, 2024
Jan 30, 2023
Jan 30, 2023
Dec 4, 2022
Jan 2, 2024
Jan 2, 2024
Jan 2, 2024
Jun 2, 2024
May 14, 2024
May 14, 2024
Jan 2, 2024
Dec 4, 2022
May 14, 2024
May 14, 2024

Repository files navigation

Docusaurus.community

CC BY-SA 4.0

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

CC BY-SA 4.0

This website is built using Docusaurus 2, a modern static website generator.

Installation

yarn

Local Development

yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

USE_SSH=true yarn deploy

Not using SSH:

GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.

About

Docusaurus.community - Collecting knowledge, tips and tricks for Docusaurus.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 64.1%
  • SCSS 24.8%
  • CSS 8.5%
  • MDX 1.9%
  • JavaScript 0.7%