enso/app/gui/view/documentation
Kaz Wesley e171fba301
New documentation parser (#5917)
Implement new Enso documentation parser; remove old Scala Enso parser.

Performance: Total time parsing documentation is now ~2ms.

# Important Notes
- Doc parsing is now done only in the frontend.
- Some engine tests had never been switched to the new parser. We should investigate tests that don't pass after the switch: #5894.
- The option to run the old searcher has been removed, as it is obsolete and was already broken before this (see #5909).
- Some interfaces used only by the old searcher have been removed.
2023-03-15 15:43:51 +00:00
..
assets Generate HTML for section headers and synopsis (#4038) 2023-01-18 13:18:26 +00:00
src New documentation parser (#5917) 2023-03-15 15:43:51 +00:00
build.rs Generate HTML for section headers and synopsis (#4038) 2023-01-18 13:18:26 +00:00
Cargo.toml New documentation parser (#5917) 2023-03-15 15:43:51 +00:00
package.json Integrate Tailwind framework (#3999) 2022-12-23 14:20:24 +00:00
tailwind.config.js Make font size in the documentation panel smaller (#5654) 2023-02-14 11:41:09 +00:00