You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scan the wiki contents and generate a code.json array element for each published wiki page referencing a distinct repository. Skip wiki pages for repository libraries.
Initiate the file generation through a Javascript function on a page in this repository's GitHub pages list of files. The function should only show for authenticated users that have administrator privileges on the wiki.
Use a configuration file to determine how keys in the code.json file are translated to and from the wiki pages, so the wiki display can be more human-readable than the keys required by the code.json schema.
Related feature or enhancement: #3
Design idea
Scan the wiki contents and generate a code.json array element for each published wiki page referencing a distinct repository. Skip wiki pages for repository libraries.
Initiate the file generation through a Javascript function on a page in this repository's GitHub pages list of files. The function should only show for authenticated users that have administrator privileges on the wiki.
Use a configuration file to determine how keys in the code.json file are translated to and from the wiki pages, so the wiki display can be more human-readable than the keys required by the code.json schema.