Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lowell80 committed Sep 20, 2023
1 parent d45f95c commit c10d9f5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
8 changes: 5 additions & 3 deletions ksconf/hookspec.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
"""
This module contains all the plugin definitions (or hook "specifications") for various customization or integration points with ksconf.
Not all of these have been fully tested so please let us know if something is not working as expected, or if additional arguments are needed.
This module contains all the plugin definitions (or hook "specifications") for various customization
or integration points with ksconf. Not all of these have been fully tested so please let us know if
something is not working as expected, or if additional arguments are needed.
Certainly the list of supported hooks will grow over time.
See `ksconf plugins <https://pypi.org/search/?q=ksconf&o=&c=Environment+%3A%3A+Plugins>`__ on pypi
for a list of currently available plugins.
"""

from pathlib import Path
Expand Down
8 changes: 8 additions & 0 deletions plugins/jinja-markdown/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,11 @@ Contents of `inputs.json`:
```sh
ksconf package --enable-handler=jinja --template_vars @inputs.conf my_app
```


## Release steps

```sh
python setup.py bdist_wheel sdist
twine upload dist/ksconf_jinja_markdown-*any.whl dist/ksconf-jinja-markdown-*.tar.gz
```

0 comments on commit c10d9f5

Please sign in to comment.