mirror of
https://github.com/enso-org/enso.git
synced 2024-12-25 14:05:40 +03:00
0e8616e8d7
[Task link](https://www.pivotaltracker.com/story/show/184000483) [Task link](https://www.pivotaltracker.com/story/show/184012363) This PR adds a new `documentation` demo scene that would be used while developing a new documentation panel. Also, entries in the Suggestion database now store `DocSection`s provided by the engine, and we can mock them for testing purposes using the new `doc_section!` macro. No changes in the documentation panel were made. https://user-images.githubusercontent.com/6566674/207567074-5c5682df-a0e8-435c-b393-6f02b2969614.mp4
12 lines
348 B
YAML
12 lines
348 B
YAML
# Options intended to be common for all developers.
|
|
|
|
wasm-size-limit: 15.20 MiB
|
|
|
|
required-versions:
|
|
cargo-watch: ^8.1.1
|
|
node: =18.12.1
|
|
wasm-pack: ^0.10.2
|
|
# TODO [mwu]: Script can install `flatc` later on (if `conda` is present), so this is not required. However it should
|
|
# be required, if `conda` is missing.
|
|
# flatc: =1.12.0
|