pretendo-docker/docs
Matthew Lopez bdf4d5f769
Document SSSL connection steps and disable by default
The main issue with enabling SSSL by default is that it reqires the manual step of dumping the Nintendo CA G3 first.
2024-06-05 20:18:57 -04:00
..
docs Document SSSL connection steps and disable by default 2024-06-05 20:18:57 -04:00
src/css Complete the documentation website overhaul 2024-05-29 21:00:36 -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 Delete useless docs header link 2024-05-29 20:35:51 -04:00
package-lock.json Update Docusaurus to v3.4.0 (#73) 2024-05-31 15:55:23 -04:00
package.json Update Docusaurus to v3.4.0 (#73) 2024-05-31 15:55:23 -04:00
README.md Complete the documentation website overhaul 2024-05-29 21:00:36 -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.

Build and deploy documentation site

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.