Skip to content

Conversation

@TimOgilvy
Copy link
Contributor

automatically add markdown to the beginning or end of the documentation

If you wish to automatically add the same content to the docs every time you generate, you can add a prepend.md and/or append.md file to the source folder, and they will be included either above, or below the generated routes (or both).

File locations:
public/docs/source/prepend.md
public/docs/source/append.md

closes #262

The group description was escaping everything by default meaning that the aside tag (which is quite useful) can't be used in a group header. This addresses that by no longer escaping the content, as is consistent with the rest of the library.
@TimOgilvy
Copy link
Contributor Author

tests passed previously. Intermittent issue with Travis apparently.

@shalvah
Copy link
Contributor

shalvah commented Sep 7, 2018

@TimOgilvy I'd like to merge this, but can you check the tests? If it's a fluke, you can trigger a new build by pushing an empty commit.

@shalvah
Copy link
Contributor

shalvah commented Sep 15, 2018

@TimOgilvy your PR looks abandoned, so I've gone ahead to add these changes in a new PR - #329

@shalvah shalvah closed this Sep 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Can't prepend or append any additional markdown to document features

3 participants