Skip to content

Commit afcfa26

Browse files
committed
docs: integrate opds-pse 1.2
Refs: anansi-project/opds-pse#6
1 parent 4b3ab44 commit afcfa26

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

docs/opds-pse/specs/v1.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 20
2+
sidebar_position: 30
33
hide_title: true
44
sidebar_label: Version 1.0
55
---

docs/opds-pse/specs/v1.1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 10
2+
sidebar_position: 29
33
hide_title: true
44
sidebar_label: Version 1.1
55
---

docs/opds-pse/specs/v1.2.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
sidebar_position: 28
3+
hide_title: true
4+
sidebar_label: Version 1.2
5+
---
6+
7+
```mdx-code-block
8+
import Spec, {toc as SpecTOC} from "@site/docs/opds-pse/_remote/v1.2.md"
9+
10+
<Spec />
11+
12+
export const toc = SpecTOC;
13+
```

docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const config = {
4545
name: 'opds-pse', // used by CLI, must be path safe
4646
sourceBaseUrl: 'https://raw.githubusercontent.com/anansi-project/opds-pse/master/', // the base url for the markdown (gets prepended to all of the documents when fetching)
4747
outDir: 'docs/opds-pse/_remote', // the base directory to output to.
48-
documents: ['CHANGELOG.md', 'v1.0.md', 'v1.1.md'], // the file names to download
48+
documents: ['CHANGELOG.md', 'v1.0.md', 'v1.1.md', 'v1.2.md'], // the file names to download
4949
noRuntimeDownloads: true,
5050
performCleanup: false,
5151
},

0 commit comments

Comments
 (0)