Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nanovms/ops-documentation
Documentation for NanoVMs OPS
https://github.com/nanovms/ops-documentation
unikernel unikernels
Last synced: 8 days ago
JSON representation
Documentation for NanoVMs OPS
- Host: GitHub
- URL: https://github.com/nanovms/ops-documentation
- Owner: nanovms
- Created: 2018-12-19T15:22:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-08T14:24:27.000Z (2 months ago)
- Last Synced: 2024-09-08T16:24:18.884Z (2 months ago)
- Topics: unikernel, unikernels
- Language: Makefile
- Homepage: https://docs.ops.city
- Size: 2.14 MB
- Stars: 20
- Watchers: 10
- Forks: 37
- Open Issues: 77
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ops Documentation
Documentation for [Nano VMs Ops](https://github.com/nanovms/ops).To view the full documentation online, visit
[https://nanovms.gitbook.io/ops](https://nanovms.gitbook.io/ops/).This readme is just for editing the instructions. (meta i know).
## Setup
To setup your development environment to write documentation, you will
need to install the `gitbook` cli. The simple way to do this is run:```sh
$ npm install gitbook-cli -g
```## Serving Local Documentation
To view the documentation in the browser run the following command:```sh
$ make serve
```Then open up your browser to `http://localhost:4000`.
For more information on how to use the `gitbook` cli tool as well as
documentation on formatting, configuration, etc., visit [their
documentation](https://toolchain.gitbook.com/).