Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A temporary fix for the docs relocation #1268

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
40 changes: 20 additions & 20 deletions docs/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,25 @@ site_nav_category: docs
---

### Table of Contents:
- [Notes on writing frontends](docs/frontend-notes.html)
- [The Xi Protocol](docs/frontend-protocol.html)
- [Plugin architecture](docs/plugin.html)
- [The config system](docs/config.html)
- [Notes on writing frontends](https://xi-editor.io/docs/frontend-notes.html)
- [The Xi Protocol](https://xi-editor.io/docs/frontend-protocol.html)
- [Plugin architecture](https://xi-editor.io/docs/plugin.html)
- [The config system](https://xi-editor.io/docs/config.html)
- CRDT Docs:
- [The CRDT model](docs/crdt.html)
- [The Xi Text Engine](docs/crdt-details.html)
- [Using the Ledger for CRDTs](docs/fuchsia-ledger-crdts.html)
- [The CRDT model](https://xi-editor.io/docs/crdt.html)
- [The Xi Text Engine](https://xi-editor.io/docs/crdt-details.html)
- [Using the Ledger for CRDTs](https://xi-editor.io/docs/fuchsia-ledger-crdts.html)
- Rope Science:
- [Introduction](docs/rope_science_00.html)
- [01 MapReduce for Text](docs/rope_science_01.html)
- [02 Metrics](docs/rope_science_02.html)
- [03 Grapheme Cluster Boundaries](docs/rope_science_03.html)
- [04 Parenthesis matching](docs/rope_science_04.html)
- [05 Incremental Word Wrapping](docs/rope_science_05.html)
- [06 Parallel and Asynchronous Word Wrapping](docs/rope_science_06.html)
- [08 CRDTs for Concurrent Editing](docs/rope_science_08.html)
- [08(a) CRDT Follow-up](docs/rope_science_08a.html)
- [09 CRDT Approach to Async Plugins and Undo](docs/rope_science_09.html)
- [10 Designing for a Conflict-free World](docs/rope_science_10.html)
- [11 Practical Syntax Highlighting](docs/rope_science_11.html)
- [12 Minimal Invalidation](docs/rope_science_12.html)
- [Introduction](https://xi-editor.io/docs/rope_science_00.html)
- [01 MapReduce for Text](https://xi-editor.io/docs/rope_science_01.html)
- [02 Metrics](https://xi-editor.io/docs/rope_science_02.html)
- [03 Grapheme Cluster Boundaries](https://xi-editor.io/docs/rope_science_03.html)
- [04 Parenthesis matching](https://xi-editor.io/docs/rope_science_04.html)
- [05 Incremental Word Wrapping](https://xi-editor.io/docs/rope_science_05.html)
- [06 Parallel and Asynchronous Word Wrapping](https://xi-editor.io/docs/rope_science_06.html)
- [08 CRDTs for Concurrent Editing](https://xi-editor.io/docs/rope_science_08.html)
- [08(a) CRDT Follow-up](https://xi-editor.io/docs/rope_science_08a.html)
- [09 CRDT Approach to Async Plugins and Undo](https://xi-editor.io/docs/rope_science_09.html)
- [10 Designing for a Conflict-free World](https://xi-editor.io/docs/rope_science_10.html)
- [11 Practical Syntax Highlighting](https://xi-editor.io/docs/rope_science_11.html)
- [12 Minimal Invalidation](https://xi-editor.io/docs/rope_science_12.html)