fsprojects / FSharp.Formatting

F# tools for generating documentation (Markdown processor and F# code formatter)
https://fsprojects.github.io/FSharp.Formatting/
Other
462 stars 155 forks source link

Create a keyword/glossary site map #898

Open TheAngryByrd opened 5 months ago

TheAngryByrd commented 5 months ago

Now that we have keywords, https://github.com/fsprojects/FSharp.Formatting/pull/888/, I think it would be useful to generate a page that maps keywords to the associated pages. Something as simple as:

# Keywords

## Computation Expressions
  - Tutorial 1
  - How To Guide 4
  - Explanation Guide 2

## Tasks
  - Tutorial 1
  - How To Guide 2

## ValueTasks
  - Tutorial 1
  - Tutorial 2
  - How to Guide 1
  - Explanation Guide 1 

Additionally be useful to list those keywords on the pages be clickable and take you to that keyword page at the appropriate keyword slug and selector.

/keywords#ValueTasks