pretendo-docker/docs
2024-05-27 22:20:51 -04:00
..
docs Begin updating the docs to use Docusaurus features 2024-05-27 22:20:51 -04:00
src/css Reformat docs configuration files 2024-05-25 14:24:05 -04:00
static Configure docs-only mode and delete other pages 2024-05-25 14:24:05 -04:00
.gitignore Create Docusaurus docs site from template 2024-05-25 14:24:01 -04:00
babel.config.js Reformat docs configuration files 2024-05-25 14:24:05 -04:00
docusaurus.config.ts Begin updating the docs to use Docusaurus features 2024-05-27 22:20:51 -04:00
package-lock.json Update docs dependencies 2024-05-25 22:06:33 -04:00
package.json Update docs dependencies 2024-05-25 22:06:33 -04:00
README.md Add relevant information to docs readme 2024-05-25 14:24:05 -04:00
sidebars.ts Configure docs-only mode and delete other pages 2024-05-25 14:24:05 -04:00
tsconfig.json Reformat docs configuration files 2024-05-25 14:24:05 -04:00

Pretendo Docker Documentation

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

View the live site here

Development

Install dependencies

$ npm install

Start a local development server

$ npm 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 the site

$ npm run build

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