Skip to content

Commit

Permalink
Adding new pyinfra documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
linsomniac committed Nov 22, 2023
1 parent 0193c75 commit 147d196
Show file tree
Hide file tree
Showing 20 changed files with 57 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/tasks/pyinfra/brew.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
::: uplaybook.pyinfra.brew
handler: python
2 changes: 2 additions & 0 deletions docs/tasks/pyinfra/bsdinit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
::: uplaybook.pyinfra.bsdinit
handler: python
2 changes: 2 additions & 0 deletions docs/tasks/pyinfra/choco.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
::: uplaybook.pyinfra.choco
handler: python
2 changes: 2 additions & 0 deletions docs/tasks/pyinfra/dnf.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
::: uplaybook.pyinfra.dnf
handler: python
2 changes: 2 additions & 0 deletions docs/tasks/pyinfra/gem.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
::: uplaybook.pyinfra.gem
handler: python
2 changes: 2 additions & 0 deletions docs/tasks/pyinfra/launchd.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
::: uplaybook.pyinfra.launchd
handler: python
2 changes: 2 additions & 0 deletions docs/tasks/pyinfra/npm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
::: uplaybook.pyinfra.npm
handler: python
2 changes: 2 additions & 0 deletions docs/tasks/pyinfra/openrc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
::: uplaybook.pyinfra.openrc
handler: python
2 changes: 2 additions & 0 deletions docs/tasks/pyinfra/pacman.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
::: uplaybook.pyinfra.pacman
handler: python
2 changes: 2 additions & 0 deletions docs/tasks/pyinfra/pkg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
::: uplaybook.pyinfra.pkg
handler: python
2 changes: 2 additions & 0 deletions docs/tasks/pyinfra/pkgin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
::: uplaybook.pyinfra.pkgin
handler: python
2 changes: 2 additions & 0 deletions docs/tasks/pyinfra/puppet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
::: uplaybook.pyinfra.puppet
handler: python
2 changes: 2 additions & 0 deletions docs/tasks/pyinfra/sysvinit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
::: uplaybook.pyinfra.sysvinit
handler: python
2 changes: 2 additions & 0 deletions docs/tasks/pyinfra/upstart.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
::: uplaybook.pyinfra.upstart
handler: python
2 changes: 2 additions & 0 deletions docs/tasks/pyinfra/vzctl.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
::: uplaybook.pyinfra.vzctl
handler: python
2 changes: 2 additions & 0 deletions docs/tasks/pyinfra/windows.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
::: uplaybook.pyinfra.windows
handler: python
2 changes: 2 additions & 0 deletions docs/tasks/pyinfra/windows_files.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
::: uplaybook.pyinfra.windows_files
handler: python
2 changes: 2 additions & 0 deletions docs/tasks/pyinfra/xbps.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
::: uplaybook.pyinfra.xbps
handler: python
2 changes: 2 additions & 0 deletions docs/tasks/pyinfra/zypper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
::: uplaybook.pyinfra.zypper
handler: python
19 changes: 19 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,36 @@ nav:
- Introduction: tasks/pyinfra/intro.md
- apk: tasks/pyinfra/apk.md
- apt: tasks/pyinfra/apt.md
- brew: tasks/pyinfra/brew.md
- bsdinit: tasks/pyinfra/bsdinit.md
- choco: tasks/pyinfra/choco.md
- dnf: tasks/pyinfra/dnf.md
- files: tasks/pyinfra/files.md
- gem: tasks/pyinfra/gem.md
- git: tasks/pyinfra/git.md
- iptables: tasks/pyinfra/iptables.md
- launchd: tasks/pyinfra/launchd.md
- lxd: tasks/pyinfra/lxd.md
- mysql: tasks/pyinfra/mysql.md
- npm: tasks/pyinfra/npm.md
- openrc: tasks/pyinfra/openrc.md
- pacman: tasks/pyinfra/pacman.md
- pip: tasks/pyinfra/pip.md
- pkg: tasks/pyinfra/pkg.md
- pkgin: tasks/pyinfra/pkgin.md
- postgresql: tasks/pyinfra/postgresql.md
- puppet: tasks/pyinfra/puppet.md
- server: tasks/pyinfra/server.md
- ssh: tasks/pyinfra/ssh.md
- systemd: tasks/pyinfra/systemd.md
- sysvinit: tasks/pyinfra/sysvinit.md
- upstart: tasks/pyinfra/upstart.md
- vzctl: tasks/pyinfra/vzctl.md
- windows: tasks/pyinfra/windows.md
- windows_files: tasks/pyinfra/windows_files.md
- xbps: tasks/pyinfra/xbps.md
- yum: tasks/pyinfra/yum.md
- zypper: tasks/pyinfra/zypper.md
- uPlaybook Internals: tasks/internals.md
- For Ansible Users: for_ansible_users.md
- Releases ⧉: https://github.com/linsomniac/uplaybook/releases

0 comments on commit 147d196

Please sign in to comment.