Skip to content

Commit

Permalink
update more topics
Browse files Browse the repository at this point in the history
  • Loading branch information
kekeandzeyu committed Nov 24, 2024
1 parent 3ddda81 commit 57d437e
Show file tree
Hide file tree
Showing 5 changed files with 72 additions and 19 deletions.
6 changes: 4 additions & 2 deletions Writerside/hi.tree
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@

<instance-profile id="hi"
name="Computer Science Study Notes"
start-page="Cover.md">
start-page="Cover.topic">

<toc-element topic="Cover.md"/>
<toc-element topic="Cover.topic"/>
<toc-element topic="Section-Starting-Page.topic"/>
<toc-element topic="Artificial-Intelligence.topic"/>
<toc-element topic="C-Programming.topic"/>
<toc-element topic="Computer-Architecture.topic">
<toc-element topic="Computer-Architecture-RISC-V.topic"/>
Expand Down
10 changes: 10 additions & 0 deletions Writerside/topics/Artificial-Intelligence.topic
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>
17 changes: 0 additions & 17 deletions Writerside/topics/Cover.md

This file was deleted.

19 changes: 19 additions & 0 deletions Writerside/topics/Cover.topic
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>
39 changes: 39 additions & 0 deletions Writerside/topics/Section-Starting-Page.topic
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>

0 comments on commit 57d437e

Please sign in to comment.