Bläddra i källkod

Moved docs around a bit

Anatoly Pulyaevskiy 5 år sedan
förälder
incheckning
2cfab378f0
5 ändrade filer med 0 tillägg och 44 borttagningar
  1. 0
    12
      doc/concepts/attributes.md
  2. 0
    8
      doc/concepts/data_and_document.md
  3. 0
    12
      doc/concepts/heuristics.md
  4. 0
    6
      doc/images.md
  5. 0
    6
      doc/quick_start.md

doc/attributes.md → doc/concepts/attributes.md Visa fil

@@ -117,15 +117,3 @@ The `block` attribute in Notus documents is line-scoped. To change a
117 117
 group of lines from "bullet list" to "number list" we need to update
118 118
 block style on each of the lines individually. Zefyr editor abstracts
119 119
 away such details with help of [heuristic rules][heuristics].
120
-
121
-### Next up
122
-
123
-* [Heuristics][heuristics]
124
-
125
-[heuristics]: /doc/heuristics.md
126
-
127
-### Previous
128
-
129
-* [Data Format and Document Model][data_and_document]
130
-
131
-[data_and_document]: /doc/data_and_document.md

doc/data_and_document.md → doc/concepts/data_and_document.md Visa fil

@@ -130,11 +130,3 @@ documentation for [attributes][] and [heuristics][].
130 130
 
131 131
 [heuristics]: /doc/heuristics.md
132 132
 [attributes]: /doc/attributes.md
133
-
134
-### Next
135
-
136
-* [Attributes](/doc/attributes.md)
137
-
138
-### Previous
139
-
140
-* [Usage](/doc/usage.md)

doc/heuristics.md → doc/concepts/heuristics.md Visa fil

@@ -87,15 +87,3 @@ When composing a change which came from a different site or server make
87 87
 sure to use `ChangeSource.remote` when calling `compose()`. This allows
88 88
 you to distinguish such changes from local changes made by the user
89 89
 when listening on `NotusDocument.changes` stream.
90
-
91
-### Next up
92
-
93
-* [Images][images]
94
-
95
-[images]: /doc/images.md
96
-
97
-### Previous
98
-
99
-* [Style attributes][attributes]
100
-
101
-[attributes]: /doc/attributes.md

+ 0
- 6
doc/images.md Visa fil

@@ -166,9 +166,3 @@ class MyAppPageState extends State<MyAppPage> {
166 166
   }
167 167
 }
168 168
 ```
169
-
170
-### Previous
171
-
172
-* [Heuristics][heuristics]
173
-
174
-[heuristics]: /doc/heuristics.md

+ 0
- 6
doc/quick_start.md Visa fil

@@ -75,9 +75,3 @@ class MyWidgetState extends State<MyWidget> {
75 75
 
76 76
 In following sections you will learn more about document
77 77
 model, Deltas, attributes and other aspects of the editor.
78
-
79
-### Next
80
-
81
-* [Data Format and Document Model][data_and_docs]
82
-
83
-[data_and_docs]: /doc/data_and_document.md