Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 979 Bytes

README.md

File metadata and controls

34 lines (18 loc) · 979 Bytes

Wiki-Organizer

is a very basic GitHub Action that automatically generates a Home.md for a GitHub wiki.

Globs all possible file extensions used in a GitHub wiki: ["*.md", "*.mediawiki", "*.asciidoc", "*.org","*.pod", "*.rdoc", "*.rest", "*.textile"]

Notes for creating a new page in the wiki:

Example: Adding a tag

Add a category label inside an html comment (hidden when rendering).

<!--
tag: Projects
-->

What if no tag?

The file will automatically be placed under the Miscellaneous section in the table of contents.

Publishing GitHub Actions

Publishing packages to GitHub Packages

Creating and using encrypted secrets