Skip to content

Commit

Permalink
writerside (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin authored Jul 11, 2024
1 parent be48a92 commit e3fdb05
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Writerside/doc.tree
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
topics<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE instance-profile
SYSTEM "https://resources.jetbrains.com/writerside/1.0/product-profile.dtd">

<instance-profile id="doc"
name="Apollo Cli"
start-page="welcome.md">

<toc-element topic="welcome.md"/>
<toc-element toc-title="GitHub" href="https://github.com/apollographql/apollo-kotlin-cli"/>
<toc-element toc-title="Kdoc" href="https://apollographql.github.io/apollo-kotlin-cli/kdoc"/>
</instance-profile>
8 changes: 8 additions & 0 deletions Writerside/topics/welcome.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Welcome

Add to your project:

```toml
[libraries]
apollo-cli = "com.apollographql.cli:apollo-cli:%latest_version%"
```
6 changes: 6 additions & 0 deletions Writerside/v.list
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE vars SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd">
<vars>
<var name="product" value="Writerside" />
<var name="latest_version" instance="doc" value="0.0.2" type="string" />
</vars>

0 comments on commit e3fdb05

Please sign in to comment.