Skip to content

Commit edae460

Browse files
committed
[IMP] doc: add links to data model documentation
The doc is there, but there's no link to reach it. You have to know the files are there. closes #7371 Task: 5194507 X-original-commit: f13f647 Signed-off-by: Rémi Rahir (rar) <rar@odoo.com>
1 parent 2be1aa1 commit edae460

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

doc/data-model.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,22 @@ The SheetPlugin manages the structure and metadata of each worksheet. Each entry
129129

130130
---
131131

132+
## More
133+
134+
- [Borders](data-model/border.md)
135+
- [Conditional formatting](data-model/cf.md)
136+
- [Charts](data-model/chart.md)
137+
- [Formats](data-model/format.md)
138+
- [Pivots](data-model/pivot.md)
139+
- [Styles](data-model/style.md)
140+
- [Tables](data-model/table.md)
141+
- [Version](data-model/version.md)
142+
143+
---
144+
132145
## Example
133146

134-
See `demo/data.js` for a full example of a valid data structure.
147+
See [demo/data.js](../demo/main.js) for a full example of a valid data structure.
135148

136149
---
137150

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ npm run test -- --watch # run all tests, rerun on file change
3939
3. [Model creation](doc/integrating/integration.md#model-creation)
4040
4. [Collaborative edition](doc/integrating/integration.md#collaborative-edition)
4141
5. [Translation](doc/integrating/integration.md#translation)
42+
6. [Data model (json)](doc/data-model.md)
4243
<!--
4344
4445
- use with other UI library

0 commit comments

Comments
 (0)