Sin descripción

renovate[bot] a57e1cc5e7 fix(deps): update dependency prism-react-renderer to v2.4.0 hace 1 mes
.github 839ed6010a Update deploy.yml hace 8 meses
blog cba36fb11b Fix dead links and URI schemes hace 1 año
docs 634842d2e9 Merge pull request #105 from nimbius/master hace 4 meses
external fc72982667 Add initial docker documentation hace 3 años
src fdd141efe7 More tweaking of download page hace 4 meses
static c10cd57ea9 Update with smaller logo hace 10 meses
.gitignore ec642ce630 added dark switch and added .docusaurus folder to gitignore hace 3 años
.markdownlint-cli2.jsonc c77d9f5545 Fixing some lint hace 2 años
README.md d4636499d4 Update workflow status badge hace 11 meses
babel.config.js 3b72b96bc5 Switching docs from hugo to docusaurus hace 3 años
crowdin.yml 8e1eefbfe1 Update Crowdin configuration file hace 1 año
docusaurus.config.js 22569661df Update to docusaurus v3 hace 11 meses
package.json a57e1cc5e7 fix(deps): update dependency prism-react-renderer to v2.4.0 hace 1 mes
renovate.json 8053b95e86 Add renovate.json hace 2 años
sidebars.js 0a599419de kb/networking/mikrotik: Initial guide hace 8 meses
yarn.lock a57e1cc5e7 fix(deps): update dependency prism-react-renderer to v2.4.0 hace 1 mes

README.md

netboot.xyz documentation

Build Status Discord

This is the main documentation repository for netboot.xyz which is built upon Docusaurus 2, a modern static website generator.

The contents of this repo are deployed automatically to netboot.xyz upon being merged.

Development and Contributions

Contributions to the documentation are always welcome. Please feel free to open pull requests to this repo if you see a bug, want to improve the existing documentation, or want to add some how-tos to help others.

Ultimately this site is for helping others boot operating systems and using network booting related tools, so any documenation or articles that might be able to help others are welcome.

Installation

yarn install

Local Development

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.

Build

yarn build

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