Skip to content

Commit 23cc861

Browse files
Merge pull request #80 from karenmajewicz/main
MkDocs platform and diataxis framework
2 parents c799a95 + 507aaca commit 23cc861

400 files changed

Lines changed: 82824 additions & 6005 deletions

File tree

Some content is hidden

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

.github/workflows/ci.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: ci
2+
on:
3+
push:
4+
branches:
5+
- main
6+
permissions:
7+
contents: write
8+
jobs:
9+
deploy:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v3
13+
- uses: actions/setup-python@v4
14+
with:
15+
python-version: 3.x
16+
- uses: actions/cache@v2
17+
with:
18+
key: ${{ github.ref }}
19+
path: .cache
20+
- run: pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
21+
- run: pip install mkdocs-table-reader-plugin
22+
- run: mkdocs gh-deploy --force
23+
env:
24+
GH_TOKEN: ${{ secrets.GH_TOKEN }}

404.html

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

CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

Gemfile

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

Gemfile.lock

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

LICENSE

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

0 commit comments

Comments
 (0)