Skip to content

Commit 312b81e

Browse files
author
Benjamin Michaelis
committed
Update features
1 parent 3d13f03 commit 312b81e

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

  • EssentialCSharp.Web/wwwroot/js

EssentialCSharp.Web/wwwroot/js/site.js

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,6 @@ const tocData = markRaw(TOC_DATA);
2626
//Add new content or features here:
2727

2828
const featuresComingSoonList = [
29-
{
30-
title: "AI Chat Assistant",
31-
text: "Chat with an AI assistant that has access to Essential C# book content. Available as a floating widget on every page for contextual help while reading. Features streaming responses and markdown rendering.",
32-
},
33-
{
34-
title: "Client-side Compiler",
35-
text: "Write, compile, and run code snippets right from your browser. Enjoy hands-on experience with the code as you go through the site.",
36-
},
37-
{
38-
title: "Interactive Code Listings",
39-
text: "Edit, compile, and run the code listings found throughout Essential C#.",
40-
},
4129
{
4230
title: "Hyperlinking",
4331
text: "Easily navigate to interesting and relevant sites as well as related sections in Essential C#.",
@@ -55,11 +43,23 @@ const contentComingSoonList = [
5543
},
5644
{
5745
title: "C# 13.0 Features",
58-
text: "Various new features coming in .C# 13.0",
46+
text: "Various new features coming in C# 13.0.",
5947
},
6048
];
6149

6250
const completedFeaturesList = [
51+
{
52+
title: "AI Chat Assistant",
53+
text: "Chat with an AI assistant that has access to Essential C# book content from a floating widget available on every page. Supports streaming responses, markdown rendering, and saved conversation history. Requires sign-in.",
54+
},
55+
{
56+
title: "Client-side Compiler",
57+
text: "Write, compile, and run C# code snippets right from your browser using the integrated Try .NET editor.",
58+
},
59+
{
60+
title: "Interactive Code Listings",
61+
text: "Edit, compile, and run the code listings found throughout Essential C#. Runnable listings show a Run button that opens an interactive editor.",
62+
},
6363
{
6464
title: "Copying Header Hyperlinks",
6565
text: "Easily copy a header URL to link to a book section.",

0 commit comments

Comments
 (0)