New wiki is at https://recyclarr.devpull/136/head
parent
37ffa36ff9
commit
160182fa54
@ -1,26 +0,0 @@
|
|||||||
name: Publish Wiki
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
paths:
|
|
||||||
- 'wiki/**'
|
|
||||||
- .github/workflows/wiki.yml
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
wiki:
|
|
||||||
name: Publish Wiki
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout Source Code
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- name: Upload Documentation to Wiki
|
|
||||||
uses: Andrew-Chen-Wang/github-wiki-action@v3
|
|
||||||
env:
|
|
||||||
WIKI_DIR: wiki/
|
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
GH_MAIL: ${{ secrets.EMAIL }}
|
|
||||||
GH_NAME: ${{ github.repository_owner }}
|
|
||||||
EXCLUDED_FILES: "*.json"
|
|
@ -1,20 +0,0 @@
|
|||||||
Pages of Interest:
|
|
||||||
|
|
||||||
- [[Command Line Reference]]
|
|
||||||
- [[Configuration Reference]]
|
|
||||||
- [[Configuration Examples]]
|
|
||||||
- [[Settings Reference]]
|
|
||||||
- [[Upgrade Guide]]
|
|
||||||
- [[Behavior]]
|
|
||||||
- [[Docker]]
|
|
||||||
- [[File Structure]]
|
|
||||||
|
|
||||||
See the "Pages" list on the right side of this page for the complete list of wiki pages.
|
|
||||||
|
|
||||||
## Contributing to the Wiki
|
|
||||||
|
|
||||||
This wiki is auto-generated from the main repository. If you want to contribute to the documentation
|
|
||||||
here, please clone the main repo and edit files in the [wiki directory][1]. Pull request the changes
|
|
||||||
and when they are merged, a workflow will run that updates the wiki.
|
|
||||||
|
|
||||||
[1]: https://github.com/recyclarr/recyclarr/tree/master/wiki
|
|
Loading…
Reference in new issue