Không có mô tả

Antony Messerli 7a5a738eb5 Merge pull request #115 from netbootxyz/renovate/docusaurus-monorepo 1 tháng trước cách đây
.github 839ed6010a Update deploy.yml 8 tháng trước cách đây
blog cba36fb11b Fix dead links and URI schemes 1 năm trước cách đây
docs 634842d2e9 Merge pull request #105 from nimbius/master 4 tháng trước cách đây
external fc72982667 Add initial docker documentation 3 năm trước cách đây
src fdd141efe7 More tweaking of download page 4 tháng trước cách đây
static c10cd57ea9 Update with smaller logo 10 tháng trước cách đây
.gitignore ec642ce630 added dark switch and added .docusaurus folder to gitignore 3 năm trước cách đây
.markdownlint-cli2.jsonc c77d9f5545 Fixing some lint 2 năm trước cách đây
README.md d4636499d4 Update workflow status badge 11 tháng trước cách đây
babel.config.js 3b72b96bc5 Switching docs from hugo to docusaurus 3 năm trước cách đây
crowdin.yml 8e1eefbfe1 Update Crowdin configuration file 1 năm trước cách đây
docusaurus.config.js 22569661df Update to docusaurus v3 11 tháng trước cách đây
package.json 6cf015e504 fix(deps): update docusaurus monorepo to v3.5.2 1 tháng trước cách đây
renovate.json 8053b95e86 Add renovate.json 2 năm trước cách đây
sidebars.js 0a599419de kb/networking/mikrotik: Initial guide 8 tháng trước cách đây
yarn.lock 6cf015e504 fix(deps): update docusaurus monorepo to v3.5.2 1 tháng trước cách đây

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.