Skip to content

Commit

Permalink
Move the documentation to the GitHub wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Jun 16, 2024
1 parent 3c4103a commit c858779
Show file tree
Hide file tree
Showing 18 changed files with 5 additions and 486 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,3 @@ jobs:
env:
AKISMET_API_KEY: ${{secrets.AKISMET_API_KEY}}
NODE_ENV: test
deploy:
needs: test
runs-on: ubuntu-latest
steps:
- name: Fetch sources
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
cache: npm
node-version: 22
- name: Set up Python
uses: actions/setup-python@v5
with:
cache: pip
python-version: 3.12
- name: Install dependencies
run: |
npm ci
pip install --requirement=etc/requirements.txt
- name: Deploy documentation
run: |
npx gulp doc
mkdocs gh-deploy --config-file=etc/mkdocs.yaml --force
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
/**/.DS_Store
/.idea/
/docs/api/
/etc/http-client.private.env.json
/lib/
/node_modules/
/npm-debug.log
/var/
/www/
/wiki/
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@
Prevent comment spam using [Akismet](https://akismet.com) service, in [JavaScript](https://developer.mozilla.org/docs/Web/JavaScript).

## Documentation
- [User guide](https://docs.belin.io/akismet.js)
- [API reference](https://docs.belin.io/akismet.js/api)
- [User guide](https://github.com/cedx/akismet.js/wiki)
- [Examples](https://github.com/cedx/akismet.js/tree/main/example)

## Development
- [Git repository](https://github.com/cedx/akismet.js)
- [npm package](https://www.npmjs.com/package/@cedx/akismet)
- [Submit an issue](https://github.com/cedx/akismet.js/issues)

## License
Expand Down
Binary file removed docs/favicon.ico
Binary file not shown.
1 change: 0 additions & 1 deletion docs/favicon.svg

This file was deleted.

25 changes: 0 additions & 25 deletions docs/index.md

This file was deleted.

28 changes: 0 additions & 28 deletions docs/installation.md

This file was deleted.

4 changes: 0 additions & 4 deletions docs/styles.css

This file was deleted.

74 changes: 0 additions & 74 deletions docs/testing.md

This file was deleted.

72 changes: 0 additions & 72 deletions docs/usage/check_comment.md

This file was deleted.

57 changes: 0 additions & 57 deletions docs/usage/submit_ham.md

This file was deleted.

59 changes: 0 additions & 59 deletions docs/usage/submit_spam.md

This file was deleted.

Loading

0 comments on commit c858779

Please sign in to comment.