18F / jekyll_pages_api

a Jekyll Plugin that generates a JSON file with data for all the Pages in your Site
Other
43 stars 14 forks source link

explain/show/link to search use case #12

Closed afeld closed 8 years ago

afeld commented 9 years ago
tomjoht commented 9 years ago

There's a great use case for this plugin if you're creating context-sensitive help for an application. Most technical writers like to keep control of the help text rather than surrendering it to the actual code of an application (which then locks the text into release-window-only updates.) I wrote a post about how to leverage this plugin for context sensitive help here: Creating context-sensitive help by converting your help into a JSON API with Jekyll.

afeld commented 9 years ago

Yay @tomjohnson1492!

https://github.com/tomjohnson1492/jekyllwithlunr

afeld commented 8 years ago

Taken care of by https://github.com/18F/jekyll_pages_api_search.