Skip to content

Commit

Permalink
Demo: put variables in to separate file
Browse files Browse the repository at this point in the history
  • Loading branch information
paveljanda committed Nov 20, 2017
1 parent 5e10358 commit f49a2c3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
13 changes: 1 addition & 12 deletions demo/index.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
# Awesome cookbook JSON-RPC API doc

$projectName = Awesome Cookbook
$projectVersion = 2.3.4

$$successEmptyResponse
```json
{
"jsonrpc": "2.0",
"result": {},
"id": null
}
```
$$
#include variables.md

@ Home:home.md
@ About project:about.md
Expand Down
12 changes: 12 additions & 0 deletions demo/variables.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
$projectName = Awesome Cookbook
$projectVersion = 2.3.4

$$successEmptyResponse
```json
{
"jsonrpc": "2.0",
"result": {},
"id": null
}
```
$$

0 comments on commit f49a2c3

Please sign in to comment.