Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
319c8a0
docs: extract 11 key Loro concepts into dedicated concept documents
zxch3n Aug 8, 2025
4f709fc
fix: properly configure redirects and clean up moved files
zxch3n Aug 8, 2025
940522a
chore: rm plan file
zxch3n Aug 8, 2025
2fbece1
refactor: simplify concept pages to be concise quick references
zxch3n Aug 8, 2025
3ecb5ac
docs: clarify that Loro is inspired by Eg-Walker, not a strict implem…
zxch3n Aug 8, 2025
b18cde7
docs: refine docs
zxch3n Aug 8, 2025
503523a
docs: add important limitation section to Frontiers documentation
zxch3n Aug 8, 2025
3e9b813
docs: remove Git analogy from OpLog/DocState documentation
zxch3n Aug 8, 2025
4e113aa
docs: add implicit commits and pending operations to Transaction Model
zxch3n Aug 8, 2025
15ebe33
refactor: replace version_representations with dedicated version_vect…
zxch3n Aug 8, 2025
fc60605
docs: refine docs
zxch3n Aug 8, 2025
9f795df
docs: remove confusing family tree analogy from Frontiers documentation
zxch3n Aug 8, 2025
af74d2a
docs: refine
zxch3n Aug 8, 2025
702fecc
fix: correct all broken links in concept documentation
zxch3n Aug 8, 2025
15dbdb8
docs: refine content
zxch3n Aug 8, 2025
7dd73b0
docs: rewrite when_not_crdt.mdx for clarity and simplicity
zxch3n Aug 8, 2025
e59c1c4
fix: simplify when not crdt
zxch3n Aug 8, 2025
6ba4d07
Merge branch 'main' into extract-loro-concepts
zxch3n Aug 8, 2025
90b8f8f
docs: update llm-full.txt
zxch3n Aug 8, 2025
3e75590
docs: mark certain codeblocks as no run
zxch3n Aug 8, 2025
2ab0960
docs: create comprehensive llms.txt summary
zxch3n Aug 8, 2025
2575f9e
docs: update public/llms.txt following llmstxt.org guidelines
zxch3n Aug 8, 2025
f658244
docs: create comprehensive llms.txt with all documentation links
zxch3n Aug 8, 2025
c0ae432
docs: fix the errors and simplify llms.txt
zxch3n Aug 8, 2025
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
21 changes: 21 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,27 @@ export default withNextra({
destination: '/docs/advanced/event_graph_walker',
permanent: true,
},
// Redirects for extracted concept documents
{
source: '/docs/advanced/doc_state_and_oplog',
destination: '/docs/concepts/oplog_docstate',
permanent: true,
},
{
source: '/docs/advanced/op_and_change',
destination: '/docs/concepts/operations_changes',
permanent: true,
},
{
source: '/docs/advanced/event_graph_walker',
destination: '/docs/concepts/event_graph_walker',
permanent: true,
},
{
source: '/docs/advanced/shallow_snapshot',
destination: '/docs/concepts/shallow_snapshots',
permanent: true,
},
]
},
})
4 changes: 0 additions & 4 deletions pages/docs/advanced/_meta.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
export default {
doc_state_and_oplog: "DocState and OpLog",
cid: "Container ID",
shallow_snapshot: "Shallow Snapshot",
timestamp: "Storing Timestamps",
op_and_change: "Operations and Change",
version_deep_dive: "Loro's Versioning Deep Dive: DAG, Frontiers, and Version Vectors",
event_graph_walker: "Event Graph Walker",
undo: "Undo/Redo",
import_batch: "Batch Import",
inspector: "Loro Inspector"
Expand Down
88 changes: 0 additions & 88 deletions pages/docs/advanced/doc_state_and_oplog.mdx

This file was deleted.

59 changes: 0 additions & 59 deletions pages/docs/advanced/event_graph_walker.mdx

This file was deleted.

144 changes: 0 additions & 144 deletions pages/docs/advanced/op_and_change.mdx

This file was deleted.

Loading