Skip to content

Commit a6b14b9

Browse files
committed
Don't use quotes in _pkgdown.yml
1 parent d6c2211 commit a6b14b9

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

_pkgdown.yml

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,32 @@
11
url: https://docs.ropensci.org/frictionless/
2-
32
template:
43
bootstrap: 5
5-
64
navbar:
75
bg: dark
8-
96
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.
129
navbar: ~
1310
contents:
1411
- data-package
1512
- data-resource
1613
- table-dialect
1714
- table-schema
18-
1915
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.
2218
contents:
2319
- 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.
2622
contents:
2723
- has_concept("create functions")
2824
- 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.
3127
contents:
3228
- has_concept("write functions")
33-
- title: "Miscellaneous"
29+
- title: Miscellaneous
3430
contents:
3531
- has_concept("accessor functions")
3632
- has_concept("print functions")

0 commit comments

Comments
 (0)