pretendo-docker/docs
dependabot[bot] 7875eea775
Some checks failed
Build and deploy documentation site / build (push) Has been cancelled
Build and deploy documentation site / deploy (push) Has been cancelled
Bump http-proxy-middleware from 2.0.6 to 2.0.7 in /docs in the npm_and_yarn group (#165)
Bumps the npm_and_yarn group in /docs with 1 update: [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware).


Updates `http-proxy-middleware` from 2.0.6 to 2.0.7
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.7/CHANGELOG.md)
- [Commits](https://github.com/chimurai/http-proxy-middleware/compare/v2.0.6...v2.0.7)

---
updated-dependencies:
- dependency-name: http-proxy-middleware
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-27 21:55:24 -04:00
..
docs Minor docs wording update 2024-09-05 10:37:58 -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 Bump http-proxy-middleware from 2.0.6 to 2.0.7 in /docs in the npm_and_yarn group (#165) 2024-10-27 21:55:24 -04:00
package.json Bump @mdx-js/react from 3.0.1 to 3.1.0 in /docs (#161) 2024-10-18 21:01:37 -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.