Sha256: efd5a2a032bc44f9956a5c8b2ad23f6ae7759190eaa633771117f5f74f4c3d60

Contents?: true

Size: 821 Bytes

Versions: 23

Compression:

Stored size: 821 Bytes

Contents

---
title: Documentation
excerpt: >-
  Learn how to document and update the documentation site.
layout: guides
---

## Overview

Our documentation is a static website hosted on Github pages.  The docs are a mix of static and dynamically-generated
content.  The final static site is generated using Jekyll.

## Install Jekyll

To run or generate the docs site locally, you need to install Jekyll:

```
gem install jekyll bundler
```

## Run Jekyll

To run Jekyll locally to view the site, run the following from the root directory:

```
cd docs/site
bundle exec jekyll serve
```

## Generate dynamic pages

Some of the documentation is generated based on the code of LedgerSync (e.g. available operations, resources, etc.). To
generate these pages, run the following from the root directory:

```
ruby docs/generate.rb
```

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
ledger_sync-3.0.0 documentation/site/guides/contribute/documentation.md
ledger_sync-2.6.0 documentation/site/guides/contribute/documentation.md
ledger_sync-2.5.0 documentation/site/guides/contribute/documentation.md
ledger_sync-2.4.4 documentation/site/guides/contribute/documentation.md
ledger_sync-2.3.1 documentation/site/guides/contribute/documentation.md
ledger_sync-2.2.3 documentation/site/guides/contribute/documentation.md
ledger_sync-2.2.1 documentation/site/guides/contribute/documentation.md
ledger_sync-2.2.0 documentation/site/guides/contribute/documentation.md
ledger_sync-2.0.2 documentation/site/guides/contribute/documentation.md
ledger_sync-2.0.1 documentation/site/guides/contribute/documentation.md
ledger_sync-2.0.0 documentation/site/guides/contribute/documentation.md
ledger_sync-2.0.0.pre.1 documentation/site/guides/contribute/documentation.md
ledger_sync-1.8.1 documentation/site/guides/contribute/documentation.md
ledger_sync-1.8.0 documentation/site/guides/contribute/documentation.md
ledger_sync-1.7.0 documentation/site/guides/contribute/documentation.md
ledger_sync-1.6.0 documentation/site/guides/contribute/documentation.md
ledger_sync-1.5.2 documentation/site/guides/contribute/documentation.md
ledger_sync-1.5.1 documentation/site/guides/contribute/documentation.md
ledger_sync-1.5.0 documentation/site/guides/contribute/documentation.md
ledger_sync-1.4.4 documentation/site/guides/contribute/documentation.md