forked from auracaster/bumble_mirror
point to pre-built doc on GitHub Pages host
This commit is contained in:
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
.eggs/
|
||||||
|
build/
|
||||||
|
dist/
|
||||||
|
*.egg-info/
|
||||||
|
*~
|
||||||
|
bumble/__pycache__
|
||||||
|
docs/mkdocs/site
|
||||||
|
tests/__pycache__
|
||||||
|
test-results.xml
|
||||||
|
bumble/transport/__pycache__
|
||||||
@@ -13,7 +13,8 @@ Bluetooth Stack for Apps, Emulation, Test and Experimentation
|
|||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
See the documentation under `docs/mkdocs/src`, or build the static HTML site from the markdown text with:
|
Browse the pre-built [Online Documentation](https://google.github.io/bumble/),
|
||||||
|
or see the documentation source under `docs/mkdocs/src`, or build the static HTML site from the markdown text with:
|
||||||
```
|
```
|
||||||
mkdocs build -f docs/mkdocs/mkdocs.yml
|
mkdocs build -f docs/mkdocs/mkdocs.yml
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user