|
@@ -100,6 +100,20 @@ If you are hosting your `.js` on a different domain (e.g. on a CDN) than the HTM
|
|
|
-->
|
|
|
```
|
|
|
|
|
|
+## Documentation
|
|
|
+
|
|
|
+Please program against the API described in `monaco.d.ts`.
|
|
|
+
|
|
|
+See the editor in action [here](https://microsoft.github.io/monaco-editor/index.html).
|
|
|
+
|
|
|
+Find full HTML samples [here](https://github.com/Microsoft/monaco-editor-samples).
|
|
|
+
|
|
|
+Explore API samples [here](https://microsoft.github.io/monaco-editor/playground.html).
|
|
|
+
|
|
|
+
|
|
|
+Create a Monarch tokenizer [here](https://microsoft.github.io/monaco-editor/monarch.html).
|
|
|
+
|
|
|
+
|
|
|
## FAQ
|
|
|
|
|
|
> Q: What is the relationship between VS Code and the Monaco Editor?<br/>
|