-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3ddda81
commit 57d437e
Showing
5 changed files
with
72 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE topic | ||
SYSTEM "https://resources.jetbrains.com/writerside/1.0/xhtml-entities.dtd"> | ||
<topic xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd" | ||
title="Artificial Intelligence" id="Artificial-Intelligence"> | ||
|
||
<p>To be continued...</p> | ||
<p>Check out for other topics!</p> | ||
</topic> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE topic SYSTEM "https://resources.jetbrains.com/writerside/1.0/xhtml-entities.dtd"> | ||
<topic xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd" | ||
id="Cover" title="Cover" switcher-label="Language"> | ||
|
||
<show-structure depth = "0"/> | ||
<title> | ||
Cover | ||
</title> | ||
<img src = "photo.png" alt = "Favicon"/> | ||
<chapter title="致读者" id="to-all-readers-zh-CN" switcher-key="中文"> | ||
<p>我们都是迷失在璀璨梦境里的繁星,不顾一切只为点亮黑暗。</p> | ||
</chapter> | ||
<chapter title="To all Readers" id="to-all-readers-en" switcher-key="English"> | ||
<p>We are all lost stars, trying to light up the dark.</p> | ||
</chapter> | ||
|
||
</topic> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE topic | ||
SYSTEM "https://resources.jetbrains.com/writerside/1.0/xhtml-entities.dtd"> | ||
<topic xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd" | ||
title="Get Started" id="Section-Starting-Page"> | ||
|
||
<section-starting-page> | ||
<title>Quick Start</title> | ||
<description> | ||
Here are some steps you can take to get started with the notes (with more topics coming their way). | ||
</description> | ||
|
||
<spotlight> | ||
<a href="https://kkzy.pages.dev" type="account" summary= | ||
"Want to know more about the author? Check out my website!">My Profile</a> | ||
<a href="https://github.com/kekeandzeyu/Computer-Science-Study-Notes" type="search" summary= | ||
"Want to know more about the story behind the notes? Go to the repository in GitHub!"> | ||
Repository in Github</a> | ||
</spotlight> | ||
|
||
<!-- Add several topics that are most important for this section. --> | ||
<primary> | ||
<title>Get Started with Computer Science</title> | ||
<a href="C-Programming.topic" summary="Get started with C++"/> | ||
<a href="Python-Programming.topic" summary="Get started with Python"/> | ||
<a href="Data-Structures-and-Algorithms.topic" summary="Use data structures and algorithms to achieve more"/> | ||
</primary> | ||
|
||
<!-- Add several topics that are less important or are relevant only for advanced/experienced users. --> | ||
<secondary> | ||
<title>Deeper into Computer Science</title> | ||
<a href="Computer-Architecture.topic" summary="Understand the architecture of computers"/> | ||
<a href="Operating-System.topic" summary="Wha can operating systems do?"/> | ||
</secondary> | ||
|
||
</section-starting-page> | ||
|
||
</topic> |