ostree/docs
Daiki Ueno 023888d8a3 docs/composefs: Fix reference to ostree sign
Signed-off-by: Daiki Ueno <dueno@redhat.com>
2024-06-20 15:06:46 +09:00
..
_sass/color_schemes docs: Add Jekyll and theme config 2020-10-01 19:32:12 +02:00
_config.yml docs: Use upstream theme & update to 0.4.1 2023-03-10 12:17:16 +01:00
adapting-existing.md docs: Move SPDX identifiers under first title 2024-02-24 16:39:19 +01:00
atomic-rollbacks.md docs: Move SPDX identifiers under first title 2024-02-24 16:39:19 +01:00
atomic-upgrades.md docs: Describe /boot/ostree 2024-05-30 09:42:24 -04:00
authenticated-repos.md docs: Move SPDX identifiers under first title 2024-02-24 16:39:19 +01:00
bootloaders.md docs: make /ostree/root.X clearer as symlinks 2024-05-21 15:02:04 +01:00
buildsystem-and-repos.md docs: Move SPDX identifiers under first title 2024-02-24 16:39:19 +01:00
composefs.md docs/composefs: Fix reference to ostree sign 2024-06-20 15:06:46 +09:00
contributing-tutorial.md docs: Move SPDX identifiers under first title 2024-02-24 16:39:19 +01:00
CONTRIBUTING.md docs: Move SPDX identifiers under first title 2024-02-24 16:39:19 +01:00
copying-deltas.md docs: Describe offline updates with static deltas 2024-05-16 12:28:27 -04:00
deployment.md docs: Move SPDX identifiers under first title 2024-02-24 16:39:19 +01:00
formats.md docs: Move SPDX identifiers under first title 2024-02-24 16:39:19 +01:00
Gemfile docs: Add webrick dependancy for building site locally 2024-02-16 13:00:41 +00:00
ima.md docs: Move SPDX identifiers under first title 2024-02-24 16:39:19 +01:00
index.md README & docs: Remove "RHIVOS" acronym 2024-03-30 13:19:00 +00:00
introduction.md docs: Move SPDX identifiers under first title 2024-02-24 16:39:19 +01:00
prep-docs.sh docs: Publish man pages 2022-04-08 19:25:32 -06:00
README-historical.md docs: Cleanup title for historical OSTree README 2024-02-24 16:39:19 +01:00
README.md docs: Consistently use SPDX identifiers 2024-02-20 17:04:02 +01:00
related-projects.md docs: Move SPDX identifiers under first title 2024-02-24 16:39:19 +01:00
repo.md docs: Move SPDX identifiers under first title 2024-02-24 16:39:19 +01:00
repository-management.md docs: Move SPDX identifiers under first title 2024-02-24 16:39:19 +01:00
var.md docs: Move SPDX identifiers under first title 2024-02-24 16:39:19 +01:00

This documentation is written in Jekyll format to be published on GitHub Pages. The rendered HTML will be automatically built and published, but you can also use Jekyll locally to test changes.

First you need to install Ruby and RubyGems to get Jekyll and the other gem dependencies. This is easiest using the distro's packages. On RedHat systems this is rubygems and on Debian systems this is ruby-rubygems.

Next Bundler is needed to install the gems using the provided Gemfile. You can do this by running gem install bundler or using distro packages. On RedHat systems this is rubygem-bundler and on Debian systems this is ruby-bundler.

Now you can prepare the Jekyll environment. Change to this directory and run:

bundle config set --local path vendor/bundle
bundle install

Finally, run the prep-docs.sh script and then render and serve the site locally with Jekyll:

./prep-docs.sh
bundle exec jekyll serve