Skip to content
This repository was archived by the owner on Oct 27, 2025. It is now read-only.
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions docs/.gitignore

This file was deleted.

22 changes: 22 additions & 0 deletions documentation/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
description: An open-source library for easily syncing with accounting software, general ledgers, ERPs, and other ledgers.
---

# LedgerSync v2.3.1 Documentation

> An open-source library for easily syncing with accounting software, general ledgers, ERPs, and other ledgers.

[![Build Status](https://travis-ci.org/LedgerSync/ledger_sync.svg?branch=master)](https://travis-ci.org/LedgerSync/ledger_sync)
[![Gem Version](https://badge.fury.io/rb/ledger_sync.svg)](https://badge.fury.io/rb/ledger_sync)
[![Coverage Status](https://coveralls.io/repos/github/LedgerSync/ledger_sync/badge.svg?branch=master)](https://coveralls.io/github/LedgerSync/ledger_sync?branch=master)

## Join the Conversation

[Click here](https://join.slack.com/t/ledger-sync/shared_invite/zt-e5nbl8qc-eOA~5k7bg3p16_l3J7OS~Q) to join our public
Slack group.

## License

The gem is available as open source under the terms of the licenses detailed
in [`LICENSE.txt`](https://github.com/LedgerSync/ledger_sync/blob/master/LICENSE.txt).

14 changes: 14 additions & 0 deletions documentation/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Summary

* Getting Started
* [Installation](getting-started/01--installation.md)
* [Quick Start](getting-started/02--quick-start.md)
* [Get Help](getting-started/03--get-help.md)
* [Report a bug](getting-started/04--report-a-bug.md)

* [Architecture](architecture/README.md)
* [Clients](architecture/01--clients.md)
* [Resources](architecture/02--resources.md)
* [Serialization](architecture/03--serialization.md)
* [Operations](architecture/04--operations.md)
* [Searchers](architecture/05--searchers.md)
Loading