Skip to content

Commit 2e16aa8

Browse files
authored
Merge docs folders (#20)
1 parent c03af02 commit 2e16aa8

File tree

126 files changed

+49
-402
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+49
-402
lines changed

β€Ž.github/mlc_config.jsonβ€Ž

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"ignorePatterns": [
3+
{
4+
"pattern": "^(http|https)://127.0.0.1"
5+
},
6+
{
7+
"pattern": "https://iohk.myjetbrains.com"
8+
},
9+
{
10+
"pattern": "https://iohk.zendesk.com"
11+
}
12+
],
13+
"retryOn429": true,
14+
"aliveStatusCodes": [
15+
200,
16+
206
17+
]
18+
}

β€Ž.github/workflows/markdown-links-ci-check.ymlβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ jobs:
1212
- uses: gaurav-nelson/github-action-markdown-link-check@v1
1313
with:
1414
use-quiet-mode: yes
15+
config-file: '.github/mlc_config.json'

β€ŽREADME.mdβ€Ž

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Welcome to the `cardano-node` wiki repository. The wiki can be found
2-
[here](https://github.com/input-output-hk/cardano-node-wiki/wiki).
2+
[**πŸ“– HERE**](https://github.com/input-output-hk/cardano-node-wiki/wiki).
33

44
The wiki now has its own repository so that it is possible to make PRs
55
to the wiki.
6+
7+
> [!NOTE]
8+
> This wiki is automatically bi-directionally synced with [`docs/`](https://github.com/input-output-hk/cardano-node-wiki/tree/main/doc) directory.
9+
>
10+
> GitHub wiki will only show pages directly in `docs/` directory - [subdirectories are not supported](https://github.com/orgs/community/discussions/23914).

β€Ždoc/.sphinx/_static/css/custom.cssβ€Ž

Lines changed: 0 additions & 148 deletions
This file was deleted.

β€Ždoc/.sphinx/_templates/layout.htmlβ€Ž

Lines changed: 0 additions & 7 deletions
This file was deleted.

β€Ždoc/.sphinx/cardano-logo.pngβ€Ž

-19.7 KB
Binary file not shown.

β€Ždoc/.sphinx/requirements.txtβ€Ž

Lines changed: 0 additions & 31 deletions
This file was deleted.

β€Ždoc/conf.pyβ€Ž

Lines changed: 0 additions & 120 deletions
This file was deleted.

0 commit comments

Comments
Β (0)