Skip to content

Commit

Permalink
docs(website): move documentation to the website
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Apr 9, 2023
1 parent 2520dd2 commit d220ae5
Show file tree
Hide file tree
Showing 57 changed files with 31,887 additions and 905 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/.git/
/.github/
/npm/
/website/

# Files
.editorconfig
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ jobs:
- name: Check the links
uses: lycheeverse/lychee-action@v1
with:
args: --exclude "%7Busername%7D|file:///|https://datatracker.ietf.org|protonmail" -v *.md
args: |
--exclude "%7Busername%7D|file:///|https://datatracker.ietf.org|protonmail" \
-v *.md website/docs/* website/blog/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
Loading

0 comments on commit d220ae5

Please sign in to comment.