Brightspace / render-docs-action

A GitHub Action to render docs for https://docs.d2l.dev
Apache License 2.0
1 stars 0 forks source link

Files should have reasonable names #8

Open j3parker opened 4 years ago

j3parker commented 4 years ago

Using the h1 for a document we can infer a reasonable file name (Something Like This -> something-like-this.md). We should enforce this.

This would be useful if we are planning to use the filenames in the URLs, and it's nice when titles and URLs match.

The big exception is that README.md -> index.html, and should be able to have an arbitrary title.