Explorar el Código

Moved docs around a bit

Anatoly Pulyaevskiy hace 5 años
padre
commit
2cfab378f0

doc/attributes.md → doc/concepts/attributes.md Ver fichero

117
 group of lines from "bullet list" to "number list" we need to update
117
 group of lines from "bullet list" to "number list" we need to update
118
 block style on each of the lines individually. Zefyr editor abstracts
118
 block style on each of the lines individually. Zefyr editor abstracts
119
 away such details with help of [heuristic rules][heuristics].
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 Ver fichero

130
 
130
 
131
 [heuristics]: /doc/heuristics.md
131
 [heuristics]: /doc/heuristics.md
132
 [attributes]: /doc/attributes.md
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 Ver fichero

87
 sure to use `ChangeSource.remote` when calling `compose()`. This allows
87
 sure to use `ChangeSource.remote` when calling `compose()`. This allows
88
 you to distinguish such changes from local changes made by the user
88
 you to distinguish such changes from local changes made by the user
89
 when listening on `NotusDocument.changes` stream.
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 Ver fichero

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 Ver fichero

75
 
75
 
76
 In following sections you will learn more about document
76
 In following sections you will learn more about document
77
 model, Deltas, attributes and other aspects of the editor.
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