-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
large site update with new pages and modified tree structure
- Loading branch information
1 parent
661cebe
commit 4711213
Showing
18 changed files
with
364 additions
and
226 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
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
27 changes: 27 additions & 0 deletions
27
Writerside/topics/configuration-and-calibration-assurance.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,27 @@ | ||
<?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="Configuration & Calibration Assurance" id="configuration-and-calibration-assurance"> | ||
|
||
<p> | ||
Overview articles give background information and provide context to a particular subject. | ||
Their goal is to explain a concept, not to teach or give instructions. | ||
</p> | ||
|
||
<chapter title="What is <product/service/concept>" id="overview-chapter" > | ||
<p>Provide some background and context, explain choices and alternatives.</p> | ||
</chapter> | ||
<chapter title="Glossary" id="glossary"> | ||
<p>A definition list or a glossary:</p> | ||
<deflist> | ||
<def title="Term1"> | ||
This is the definition of the first term. | ||
</def> | ||
<def title="Term2"> | ||
This is the definition of the second term. | ||
</def> | ||
</deflist> | ||
</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,45 @@ | ||
<?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="Controls, Assurance, and Audit" id="control-assurance-and-audit"> | ||
|
||
<p> | ||
A reference article is information-oriented. | ||
It provides a structured description of a product: | ||
its APIs, classes, functions, configuration options, actions, and so on. | ||
Start with a summary of what this reference article is about, and what the items you are describing are used for. | ||
</p> | ||
|
||
<chapter title="Command" id="command"> | ||
<p>Syntax:</p> | ||
|
||
<code-block lang="shell"> | ||
cmd [OPTIONS] | ||
</code-block> | ||
</chapter> | ||
|
||
<chapter title="Options" id="options"> | ||
<p>Describe what each option is used for:</p> | ||
|
||
<deflist type="medium"> | ||
<def title="-o, --open"> | ||
Opens a file. | ||
</def> | ||
<def title="-c, --close"> | ||
Closes a file. | ||
</def> | ||
<def title="-v --version"> | ||
Displays version information. | ||
</def> | ||
<def title="-h, --help"> | ||
Displays help. | ||
</def> | ||
</deflist> | ||
</chapter> | ||
|
||
<seealso> | ||
<!--Provide links to related how-to guides, overviews, and tutorials.--> | ||
</seealso> | ||
</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
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
Oops, something went wrong.