FSharp.Formatting icon indicating copy to clipboard operation
FSharp.Formatting copied to clipboard

Create a keyword/glossary site map

Open TheAngryByrd opened this issue 1 year ago • 0 comments

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

TheAngryByrd avatar Jan 24 '24 18:01 TheAngryByrd