-
Notifications
You must be signed in to change notification settings - Fork 19
feat: Migrate API user docs to official Usage docs #29
Conversation
|
TypeDoc does allow you to build using So like |
|
Currently it properly replaces Typedoc links with placeholder Just need to enhance the The way Typedoc does it is by searching the scope of the current module and then moving upwards. Since the docs are disconnected from typedoc, it will probably have to rely on more fully-qualified symbol names, which we could update during the migration. Using CSS I could highlight any links with bad/missing symbol references. |
|
Writing tests, to use jest 26 we need #42 |
Co-authored-by: Erik Onarheim <erik.onarheim@gmail.com>

Closes #25
Fixes #3
Closes #6 (/docs)
Fixes #30
Migrate our old crufty docs to the top-level of excaliburjs.com/docs and polish it up! 🎉
Preview the Docs
https://excaliburjs-preview.netlify.app/docs/intro
Changes
rehype-typedocmodule to transform Markdown symbol links like in Typedoc, e.g.[[Engine.start]]gatsby-source-typedocto ingest edge typedoc JSON at build timeTODO