Skip to content

Commit

Permalink
trying alternative format for documentation pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Maietta committed Sep 8, 2021
1 parent 5cca8df commit 3a14c39
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/configuration/publish.md
Expand Up @@ -132,7 +132,7 @@ Or in the [~/.aws/credentials](http://docs.aws.amazon.com/sdk-for-javascript/v2/

Example configuration:

```json tab="package.json"
```json
{
"build":
"publish": {
Expand Down
14 changes: 8 additions & 6 deletions scripts/jsdoc2md2html.js
Expand Up @@ -209,13 +209,15 @@ async function render2(files, jsdoc2MdOptions) {
new Page("configuration/linux.md", "LinuxConfiguration"),
new Page("configuration/snap.md", "SnapOptions"),

new Page("configuration/publish.md", "GenericServerOptions"),
new Page("configuration/publish.md", null, {
"GenericServerOptions": "",
"GithubOptions": "",
"SnapStoreOptions": "",
"SpacesOptions": "",
"KeygenOptions": "",
"BitbucketOptions": "",
}),
new Page("generated/s3-options.md", "S3Options"),
new Page("generated/github-options.md", "GithubOptions"),
new Page("generated/snap-options.md", "SnapStoreOptions"),
new Page("generated/spaces-options.md", "SpacesOptions"),
new Page("generated/keygen-options.md", "KeygenOptions"),
new Page("generated/bitbucket-options.md", "BitbucketOptions"),

new Page("generated/appimage-options.md", "AppImageOptions"),
new Page("generated/DebOptions.md", "DebOptions"),
Expand Down

0 comments on commit 3a14c39

Please sign in to comment.