Skip to content

Commit

Permalink
New version 1.0.4. Read more https://github.com/xdan/docium/blob/mast…
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed May 17, 2021
1 parent 6d993f9 commit 51a43b4
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 10 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,8 +2,17 @@

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

#### [1.0.4](https://github.com/xdan/docium/compare/1.0.3...1.0.4)

- Change directory name [`fcf91ba`](https://github.com/xdan/docium/commit/fcf91ba2cf3c20c61d77a3c6257ebe411e0c101b)
- Added .nojekyll file [`2e57769`](https://github.com/xdan/docium/commit/2e5776989cc3235f5ae8139e945f76a63d4feb02)
- Fixed demo link [`6d993f9`](https://github.com/xdan/docium/commit/6d993f98e532ea7ad7da6bc08c11c8abbef753f2)

#### [1.0.3](https://github.com/xdan/docium/compare/1.0.2...1.0.3)

> 18 May 2021
- New version 1.0.3. Read more https://github.com/xdan/docium/blob/master/CHANGELOG.md [`fd77d73`](https://github.com/xdan/docium/commit/fd77d73149a8eff5623f1435112d3fead28126ba)
- Fixed bug in package.json [`f691686`](https://github.com/xdan/docium/commit/f69168603a509f2a7903d1909742d03c0a3dcada)

#### 1.0.2
Expand Down
14 changes: 12 additions & 2 deletions docs/CHANGELOG.html
Expand Up @@ -12,8 +12,18 @@
<body>
<h3 id="changelog">Changelog</h3>
<p>All notable changes to this project will be documented in this file. Dates are displayed in UTC.</p>
<h4 id="104httpsgithubcomxdandociumcompare103104"><a href="https://github.com/xdan/docium/compare/1.0.3…1.0.4">1.0.4</a></h4>
<ul>
<li>Change directory name <a href="https://github.com/xdan/docium/commit/fcf91ba2cf3c20c61d77a3c6257ebe411e0c101b"><code>fcf91ba</code></a></li>
<li>Added .nojekyll file <a href="https://github.com/xdan/docium/commit/2e5776989cc3235f5ae8139e945f76a63d4feb02"><code>2e57769</code></a></li>
<li>Fixed demo link <a href="https://github.com/xdan/docium/commit/6d993f98e532ea7ad7da6bc08c11c8abbef753f2"><code>6d993f9</code></a></li>
</ul>
<h4 id="103httpsgithubcomxdandociumcompare102103"><a href="https://github.com/xdan/docium/compare/1.0.2…1.0.3">1.0.3</a></h4>
<blockquote>
<p>18 May 2021</p>
</blockquote>
<ul>
<li>New version 1.0.3. Read more https://github.com/xdan/docium/blob/master/CHANGELOG.md <a href="https://github.com/xdan/docium/commit/fd77d73149a8eff5623f1435112d3fead28126ba"><code>fd77d73</code></a></li>
<li>Fixed bug in package.json <a href="https://github.com/xdan/docium/commit/f69168603a509f2a7903d1909742d03c0a3dcada"><code>f691686</code></a></li>
</ul>
<h4 id="102">1.0.2</h4>
Expand All @@ -26,10 +36,10 @@ <h4 id="102">1.0.2</h4>
<li>New version 1.0.2. Read more https://github.com/xdan/docium/blob/master/CHANGELOG.MD <a href="https://github.com/xdan/docium/commit/e3d60876c5924063156da93b204cf6b14495d5f7"><code>e3d6087</code></a></li>
</ul>
</body>
<link href='assets/css/common.css' rel='stylesheet'/>
<link href='assets/css/style.css' rel='stylesheet'/>
<link href='assets/css/common.css' rel='stylesheet'/>
<link href='assets/css/variables.css' rel='stylesheet'/>
<script src='assets/css/common.css'></script>
<script src='assets/css/style.css'></script>
<script src='assets/css/common.css'></script>
<script src='assets/css/variables.css'></script>
</html>
4 changes: 2 additions & 2 deletions docs/documentation/template.html
Expand Up @@ -12,10 +12,10 @@
<body>
<h1 id="newtemplate">New template</h1>
</body>
<link href='../assets/css/common.css' rel='stylesheet'/>
<link href='../assets/css/style.css' rel='stylesheet'/>
<link href='../assets/css/common.css' rel='stylesheet'/>
<link href='../assets/css/variables.css' rel='stylesheet'/>
<script src='../assets/css/common.css'></script>
<script src='../assets/css/style.css'></script>
<script src='../assets/css/common.css'></script>
<script src='../assets/css/variables.css'></script>
</html>
6 changes: 3 additions & 3 deletions docs/index.html
Expand Up @@ -11,7 +11,7 @@
</head>
<body>
<h1 id="dociumdocumentationstaticgenerator">Docium - Documentation static generator</h1>
<p><a href="https://xdsoft.net/jodit/doc/">Demo</a></p>
<p><a href="https://xdan.github.io/docium/">Demo</a></p>
<p>Documentation static generator for programmers</p>
<h2 id="getstarted">Get started</h2>
<pre><code class="bash language-bash">touch README.md
Expand Down Expand Up @@ -116,10 +116,10 @@ <h2 id="plugins-1">Plugins</h2>
<h2 id="license">License</h2>
<p>MIT</p>
</body>
<link href='assets/css/common.css' rel='stylesheet'/>
<link href='assets/css/style.css' rel='stylesheet'/>
<link href='assets/css/common.css' rel='stylesheet'/>
<link href='assets/css/variables.css' rel='stylesheet'/>
<script src='assets/css/common.css'></script>
<script src='assets/css/style.css'></script>
<script src='assets/css/common.css'></script>
<script src='assets/css/variables.css'></script>
</html>
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "docium",
"version": "1.0.3",
"version": "1.0.4",
"description": "",
"bin": {
"docium": "bin/cli.js"
Expand Down

0 comments on commit 51a43b4

Please sign in to comment.