https://github.com/hauler-dev/hauler-docs
Documentation for Hauler... the best Airgap Container Swiss Army Knife
https://github.com/hauler-dev/hauler-docs
airgap airgapped cli containers disconnected kubernetes oci
Last synced: 11 months ago
JSON representation
Documentation for Hauler... the best Airgap Container Swiss Army Knife
- Host: GitHub
- URL: https://github.com/hauler-dev/hauler-docs
- Owner: hauler-dev
- License: apache-2.0
- Created: 2023-08-15T10:24:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T23:57:53.000Z (over 1 year ago)
- Last Synced: 2024-12-03T00:30:40.666Z (over 1 year ago)
- Topics: airgap, airgapped, cli, containers, disconnected, kubernetes, oci
- Language: JavaScript
- Homepage: https://docs.hauler.dev
- Size: 52 MB
- Stars: 3
- Watchers: 5
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rancher Government Hauler Docs

## Local Development
### Installing Dependencies (docusaurus)
```bash
git clone https://github.com/hauler-dev/hauler-docs
cd hauler-docs
# install docusaurus & dependencies from package.json
# make sure you are in the root directory
npm install
# if npm install did not work
# yarn install
# test the installation
npx docusaurus --version
```
### Deploy Locally
```bash
# this will build the docs and open your default browser to http://localhost:3000
npm run start
```
## Creating Content
[Official Docusaurus Documentation](https://docusaurus.io/docs/creating-pages)
## Publishing Content
This docs site is served using `GitHub Pages`. There is an [action](.github/workflows/deploy.yaml) that will trigger upon commit to the `main` branch and deploy the new build to https://docs.hauler.dev (previously https://hauler.dev).
## Contributing
- Fork this Repository
- Make your Changes
- Commit changes and Reference the Issue
- Submit Pull Request with Changes