|
1 | 1 | url: https://docs.ropensci.org/frictionless/ |
2 | | - |
3 | 2 | template: |
4 | 3 | bootstrap: 5 |
5 | | - |
6 | 4 | navbar: |
7 | 5 | bg: dark |
8 | | - |
9 | 6 | articles: |
10 | | -- title: "Standard implementation" |
11 | | - desc: "These articles describe how frictionless implements the Data Package standard." |
| 7 | +- title: Standard implementation |
| 8 | + desc: These articles describe how frictionless implements the Data Package standard. |
12 | 9 | navbar: ~ |
13 | 10 | contents: |
14 | 11 | - data-package |
15 | 12 | - data-resource |
16 | 13 | - table-dialect |
17 | 14 | - table-schema |
18 | | - |
19 | 15 | reference: |
20 | | -- title: "Read a Data Package" |
21 | | - desc: "Read a `datapackage.json` file and its associated Data Resources from path or URL." |
| 16 | +- title: Read a Data Package |
| 17 | + desc: Read a `datapackage.json` file and its associated Data Resources from path or URL. |
22 | 18 | contents: |
23 | 19 | - has_concept("read functions") |
24 | | -- title: "Create and edit a Data Package" |
25 | | - desc: "Create and edit a Data Package, its associated Data Resources and Table Schemas." |
| 20 | +- title: Create and edit a Data Package |
| 21 | + desc: Create and edit a Data Package, its associated Data Resources and Table Schemas. |
26 | 22 | contents: |
27 | 23 | - has_concept("create functions") |
28 | 24 | - has_concept("edit functions") |
29 | | -- title: "Write a Data Package" |
30 | | - desc: "Write a Data Package and its associated Data Resources to disk." |
| 25 | +- title: Write a Data Package |
| 26 | + desc: Write a Data Package and its associated Data Resources to disk. |
31 | 27 | contents: |
32 | 28 | - has_concept("write functions") |
33 | | -- title: "Miscellaneous" |
| 29 | +- title: Miscellaneous |
34 | 30 | contents: |
35 | 31 | - has_concept("accessor functions") |
36 | 32 | - has_concept("print functions") |
|
0 commit comments