Skip to content

Commit 73e9b6c

Browse files
author
Cédric Belin
committed
Move the documentation to the GitHub wiki
1 parent 1ff1635 commit 73e9b6c

File tree

16 files changed

+403
-461
lines changed

16 files changed

+403
-461
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -24,27 +24,3 @@ jobs:
2424
run: npm test
2525
env:
2626
NODE_ENV: test
27-
deploy:
28-
needs: test
29-
runs-on: ubuntu-latest
30-
steps:
31-
- name: Fetch sources
32-
uses: actions/checkout@v4
33-
- name: Set up Node.js
34-
uses: actions/setup-node@v4
35-
with:
36-
cache: npm
37-
node-version: 22
38-
- name: Set up Python
39-
uses: actions/setup-python@v5
40-
with:
41-
cache: pip
42-
python-version: 3.12
43-
- name: Install dependencies
44-
run: |
45-
npm ci
46-
pip install --requirement=etc/requirements.txt
47-
- name: Deploy documentation
48-
run: |
49-
npx gulp doc
50-
mkdocs gh-deploy --config-file=etc/mkdocs.yaml --force

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
/**/.DS_Store
22
/.idea/
3-
/docs/api/
43
/etc/http-client.private.env.json
54
/lib/
65
/node_modules/
76
/npm-debug.log
87
/var/
9-
/www/
8+
/wiki/

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@ This package allows you to apply the [`php_strip_whitespace()`](https://www.php.
66
either using the command line or through a [Gulp](https://gulpjs.com) plugin.
77

88
## Documentation
9-
- [User guide](https://docs.belin.io/php-minifier)
10-
- [API reference](https://docs.belin.io/php-minifier/api)
9+
- [User guide](https://github.com/cedx/php-minifier/wiki)
10+
- [Examples](https://github.com/cedx/php-minifier/tree/main/example)
1111

1212
## Development
1313
- [Git repository](https://github.com/cedx/php-minifier)
14-
- [npm package](https://www.npmjs.com/package/@cedx/php-minifier)
1514
- [Submit an issue](https://github.com/cedx/php-minifier/issues)
1615

1716
## License

docs/favicon.ico

-19.3 KB
Binary file not shown.

docs/favicon.svg

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

docs/index.md

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

docs/installation.md

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

docs/styles.css

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

docs/usage/cli.md

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

docs/usage/gulp.md

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

0 commit comments

Comments
 (0)