An open API service indexing awesome lists of open source software.

https://github.com/borgbase/docs.borgbase.com

Documentation around BorgBase.com. Learn about backup strategy, setup and automation.
https://github.com/borgbase/docs.borgbase.com

Last synced: 11 months ago
JSON representation

Documentation around BorgBase.com. Learn about backup strategy, setup and automation.

Awesome Lists containing this project

README

          

# BorgBase Documentation

Has the content of [docs.borgbase.com](https://docs.borgbase.com). Feel free to open a pull request if you notice any mistake or would like to add something.

## Setup
- Using Ruby `3.2` and Gem
- Install bundler: `gem install --user-install bundler`
- Install project dependencies: `bundler install`

## Run development server
- `bundle exec jekyll serve`

## Update dependencies
- `bundle update`
- For tables: https://www.tablesgenerator.com/markdown_tables

## Credits
- Theme: [Just the docs](https://github.com/pmarsceill/just-the-docs)
- Colors: [Material colors](https://vuetifyjs.com/en/framework/colors#colors)