This is an automated email from the ASF dual-hosted git repository. gstein pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/steve.git
commit 280883a415c9327a277be164dcc81112a4263d77 Author: Greg Stein <[email protected]> AuthorDate: Tue Apr 5 23:00:13 2022 -0500 rename/tweak documentation.md(text) --- site/pages/documentation.md | 4 ++++ site/pages/documentation.mdtext | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/site/pages/documentation.md b/site/pages/documentation.md new file mode 100644 index 0000000..639b8f0 --- /dev/null +++ b/site/pages/documentation.md @@ -0,0 +1,4 @@ +Title: Index + + * [List of implemented vote types](vote_types.html) + * [Getting started with pySTeVe](demo.html) diff --git a/site/pages/documentation.mdtext b/site/pages/documentation.mdtext deleted file mode 100644 index fb15f7e..0000000 --- a/site/pages/documentation.mdtext +++ /dev/null @@ -1,5 +0,0 @@ -Title: Index - -- Wiki - [http://wiki.apache.org/Steve/](http://wiki.apache.org/Steve/) -- [List of implemented vote types](vote_types.html) -- [Getting started with pySTeVe](demo.html)
