Skip to content

Commit

Permalink
Implemented Writerside
Browse files Browse the repository at this point in the history
  • Loading branch information
4r7if3x committed Jun 11, 2024
1 parent b4de77a commit 4af9c31
Show file tree
Hide file tree
Showing 15 changed files with 104 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Writerside/c.list
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<category id="related" name="Related topics" order="1"/>
<category id="tutorials" name="Tutorials" order="2"/>
<category id="external" name="External resources" order="3"/>
37 changes: 37 additions & 0 deletions Writerside/cfg/buildprofiles.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<buildprofiles xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/build-profiles.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<variables>
<noindex-content>false</noindex-content>

<header-logo>coravel-logo.svg</header-logo>

<primary-color>dracula</primary-color>
<color-preset>Vivid</color-preset>

<algolia-index>docs</algolia-index>
<algolia-id>QMU30FNFQB</algolia-id>
<algolia-api-key>5a96cfff1dfc88fb780f17f86cd33723</algolia-api-key> <!-- Search-Only API Key -->

<versions-switcher>https://coravel.rs/docs/versions.json</versions-switcher>
</variables>
<build-profile instance="pre-alpha">
<variables>
<noindex-content>true</noindex-content>
</variables>
</build-profile>
<build-profile instance="v1">
<variables></variables>
</build-profile>
<footer>
<social type="linkedin" href="https://www.linkedin.com/company/coravel"/>
<social type="youtube" href="https://www.youtube.com/@coravel"/>
<social type="twitter" href="https://twitter.com/coravel"/>
<social type="rss" href="#"/>

<link href="https://coravel.rs">⮨ Back to Coravel.rs</link>
<link href="https://blog.coravel.rs">Blog</link>
<link href="https://github.com/coravel-rs">GitHub</link>

<copyright>2022-2023 Coravel&trade; — Documentation is licensed under CC BY-NC-SA 4.0</copyright>
</footer>
</buildprofiles>
7 changes: 7 additions & 0 deletions Writerside/cfg/glossary.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE terms SYSTEM "https://resources.jetbrains.com/writerside/1.0/glossary.dtd">
<terms>
<!--
<term name="{term}">{meaning}</term>
-->
</terms>
Empty file added Writerside/images/.gitkeep
Empty file.
1 change: 1 addition & 0 deletions Writerside/images/coravel-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions Writerside/pre-alpha.tree
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE instance-profile SYSTEM "https://resources.jetbrains.com/writerside/1.0/product-profile.dtd">
<instance-profile id="pre-alpha" name="Coravel" start-page="installation.pre-alpha.topic">
<toc-element toc-title="Getting started">
<toc-element topic="installation.pre-alpha.topic"/>
</toc-element>
</instance-profile>
5 changes: 5 additions & 0 deletions Writerside/r.list
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<resources>
<!--
<resource id="{uniqueID}" file="{file}"/>
-->
</resources>
10 changes: 10 additions & 0 deletions Writerside/redirection-rules.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rules SYSTEM "https://resources.jetbrains.com/writerside/1.0/redirection-rules.dtd">
<rules>
<!--
<rule id="{uniqueID}">
<description>{description}</description>
<accepts>{page}.html</accepts>
</rule>
-->
</rules>
Empty file added Writerside/resources/.gitkeep
Empty file.
Empty file added Writerside/snippets/.gitkeep
Empty file.
6 changes: 6 additions & 0 deletions Writerside/topics/pre-alpha/installation.pre-alpha.topic
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE topic SYSTEM "https://resources.jetbrains.com/writerside/1.0/xhtml-entities.dtd">
<topic id="installation.pre-alpha" title="Installation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd">
<web-file-name>installation.html</web-file-name>
<p>Coming soon&hellip;</p>
</topic>
6 changes: 6 additions & 0 deletions Writerside/topics/v1/installation.v1.topic
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE topic SYSTEM "https://resources.jetbrains.com/writerside/1.0/xhtml-entities.dtd">
<topic id="installation.v1" title="Installation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd">
<web-file-name>installation.html</web-file-name>
<p>Coming soon&hellip;</p>
</topic>
5 changes: 5 additions & 0 deletions Writerside/v.list
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<vars>
<!--
<var name="{name}" value="{value}" type="{type}" instance="{instanceID}"/>
-->
</vars>
7 changes: 7 additions & 0 deletions Writerside/v1.tree
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE instance-profile SYSTEM "https://resources.jetbrains.com/writerside/1.0/product-profile.dtd">
<instance-profile id="v1" name="Coravel" start-page="installation.v1.topic">
<toc-element toc-title="Getting started">
<toc-element topic="installation.v1.topic"/>
</toc-element>
</instance-profile>
10 changes: 10 additions & 0 deletions Writerside/writerside.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE ihp SYSTEM "https://resources.jetbrains.com/writerside/1.0/ihp.dtd">
<ihp version="2.0">
<instance id="pre-alpha" version="0.x" src="pre-alpha.tree"/>
<instance id="v1" version="1.x" src="v1.tree"/>

<topics dir="topics" web-path="topics"/>
<images dir="images" web-path="images"/>
<snippets src="snippets"/>
</ihp>

0 comments on commit 4af9c31

Please sign in to comment.