diff options
author | redmatrix <mike@macgirvin.com> | 2016-09-04 18:37:14 -0700 |
---|---|---|
committer | redmatrix <mike@macgirvin.com> | 2016-09-04 18:37:14 -0700 |
commit | c10acb1fb08be4247a9f16db2f730e61831885a3 (patch) | |
tree | 9ad5c6d4f5a6b19d95d806106cb1934cd470d2bf /doc | |
parent | ecb44ad57238d6bc617a54a9a2586b8d9fa386e0 (diff) | |
download | volse-hubzilla-c10acb1fb08be4247a9f16db2f730e61831885a3.tar.gz volse-hubzilla-c10acb1fb08be4247a9f16db2f730e61831885a3.tar.bz2 volse-hubzilla-c10acb1fb08be4247a9f16db2f730e61831885a3.zip |
add the table of contents files
Diffstat (limited to 'doc')
-rw-r--r-- | doc/project/toc.html | 5 | ||||
-rw-r--r-- | doc/toc.html | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/doc/project/toc.html b/doc/project/toc.html new file mode 100644 index 000000000..e264e014d --- /dev/null +++ b/doc/project/toc.html @@ -0,0 +1,5 @@ +<h3>Project Information</h3> +<ul> +<li><a href="help/project/governance">Project Governance</a></li> +<li><a href="help/project/versions">Versions and Versioning</a></li> +</ul> diff --git a/doc/toc.html b/doc/toc.html new file mode 100644 index 000000000..ac21959cf --- /dev/null +++ b/doc/toc.html @@ -0,0 +1,6 @@ +<ul> +<li><a href="help/general">Project/Site Information</a></li> +<li><a href="help/members">For Members</a></li> +<li><a href="help/admins">For Administrators</a></li> +<li><a href="help/develop">For Developers</a></li> +</ul> |