From 31fafb6ef23fd23cadb3ae963dd4da5aaf95f734 Mon Sep 17 00:00:00 2001 From: Jon Sequeira Date: Thu, 1 Oct 2020 07:11:54 -0700 Subject: [PATCH] Update README.md --- docs/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index fbfc1ebb21..90bd926762 100644 --- a/docs/README.md +++ b/docs/README.md @@ -96,16 +96,18 @@ To disable this message and the .NET Core welcome message, set the `DOTNET_TRY_S * Variable sharing * JSON API for Standard I/O and HTTP modes ([TODO](https://github.com/dotnet/interactive/issues/813)) -### JavaScript API Guide +### JavaScript API Guide ([TODO](https://github.com/dotnet/interactive/issues/814)) * Variable access from the client * RequireJS support +* Accessing static resources +* Sending kernel commands and consuming kernel events ## Extending .NET Interactive * [Overview](extending-dotnet-interactive.md) -* [Adding magic commands](extending-dotnet-interactive.md#adding-magic-commands) -* Building your own extension +* [Building your own extension](extending-dotnet-interactive.md) + * [Adding magic commands](extending-dotnet-interactive.md#adding-magic-commands) * Publishing your extension using NuGet