Skip to content

bergotorino/ubuntu-core-docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ubuntu Core documentation repository

This documentation will walk you through the steps of building and managing an Ubuntu Core device.

You can find it published on docs.ubuntu.com/core.

Building

To build the documentation you need to install documentation-builder:

$ snap install documentation-builder

Then install the git-repo utility:

$ mkdir $HOME/.bin/
$ export PATH=$PATH:$HOME/.bin/repo
$ curl https://storage.googleapis.com/git-repo-downloads/repo > $HOME/.bin/repo
$ chmod a+x $HOME/.bin/repo

From the root of the documentation source tree do the following to get the Ubuntu Core Stacks bits:

$ repo init -u https://github.com/CanonicalLtd/ubuntu-core-docs.git
$ repo sync
$ documentation-builder

All of the generated documentation will be under build/

About

Documentation for Ubuntu Core systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published