Skip to content

Commit

Permalink
docs: init empty mkdocs site
Browse files Browse the repository at this point in the history
  • Loading branch information
lgatellier committed May 7, 2024
1 parent 3418eec commit 666c141
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
**/__pycache__
dist
.tox
site
5 changes: 5 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# HookBridge Docs

A configurable webhook bridge. Routes HTTP webhooks from any source, to any HTTP REST/JSON destination !

See GitHub project at [lgatellier/hookbridge](https://github.com/lgatellier/hookbridge).
4 changes: 4 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
site_name: HookBridge Docs
theme:
name: readthedocs

0 comments on commit 666c141

Please sign in to comment.