-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed 548f2de with MkDocs version: 1.5.3
- Loading branch information
Unknown
committed
Jan 20, 2024
1 parent
bd3f962
commit 1f09b32
Showing
13 changed files
with
162 additions
and
1,051 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,10 +17,10 @@ | |
<link rel="canonical" href="https://hansmei.github.io/jkum-site/getting-started/"> | ||
|
||
|
||
<link rel="prev" href="../roadmap/"> | ||
<link rel="prev" href="../third-party-code/"> | ||
|
||
|
||
<link rel="next" href="../schemas/jkum-schema-1.0/"> | ||
<link rel="next" href="../roadmap/"> | ||
|
||
|
||
<link rel="icon" href="../assets/images/sandfang.png"> | ||
|
@@ -270,7 +270,7 @@ | |
|
||
|
||
<li class="md-tabs__item md-tabs__item--active"> | ||
<a href="../roadmap/" class="md-tabs__link"> | ||
<a href="./" class="md-tabs__link"> | ||
|
||
|
||
|
||
|
@@ -560,18 +560,67 @@ | |
|
||
|
||
|
||
|
||
|
||
|
||
<li class="md-nav__item"> | ||
<a href="../roadmap/" class="md-nav__link"> | ||
|
||
<li class="md-nav__item md-nav__item--active"> | ||
|
||
<input class="md-nav__toggle md-toggle" type="checkbox" id="__toc"> | ||
|
||
|
||
|
||
|
||
|
||
<label class="md-nav__link md-nav__link--active" for="__toc"> | ||
|
||
|
||
<span class="md-ellipsis"> | ||
Roadmap | ||
Getting started | ||
</span> | ||
|
||
|
||
<span class="md-nav__icon md-icon"></span> | ||
</label> | ||
|
||
<a href="./" class="md-nav__link md-nav__link--active"> | ||
|
||
|
||
<span class="md-ellipsis"> | ||
Getting started | ||
</span> | ||
|
||
|
||
</a> | ||
|
||
|
||
|
||
<nav class="md-nav md-nav--secondary" aria-label="Table of contents"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<label class="md-nav__title" for="__toc"> | ||
<span class="md-nav__icon md-icon"></span> | ||
Table of contents | ||
</label> | ||
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix> | ||
|
||
<li class="md-nav__item"> | ||
<a href="#relevant-software" class="md-nav__link"> | ||
<span class="md-ellipsis"> | ||
Relevant software | ||
</span> | ||
</a> | ||
|
||
</li> | ||
|
||
</ul> | ||
|
||
</nav> | ||
|
||
</li> | ||
|
||
|
||
|
@@ -581,28 +630,18 @@ | |
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li class="md-nav__item md-nav__item--active"> | ||
|
||
<input class="md-nav__toggle md-toggle" type="checkbox" id="__toc"> | ||
|
||
|
||
|
||
|
||
|
||
<a href="./" class="md-nav__link md-nav__link--active"> | ||
<li class="md-nav__item"> | ||
<a href="../roadmap/" class="md-nav__link"> | ||
|
||
|
||
<span class="md-ellipsis"> | ||
Getting started | ||
Roadmap | ||
</span> | ||
|
||
|
||
</a> | ||
|
||
</li> | ||
|
||
|
||
|
@@ -707,6 +746,23 @@ | |
|
||
|
||
|
||
<label class="md-nav__title" for="__toc"> | ||
<span class="md-nav__icon md-icon"></span> | ||
Table of contents | ||
</label> | ||
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix> | ||
|
||
<li class="md-nav__item"> | ||
<a href="#relevant-software" class="md-nav__link"> | ||
<span class="md-ellipsis"> | ||
Relevant software | ||
</span> | ||
</a> | ||
|
||
</li> | ||
|
||
</ul> | ||
|
||
</nav> | ||
</div> | ||
</div> | ||
|
@@ -737,6 +793,23 @@ | |
|
||
|
||
<h1 id="getting-started">Getting started<a class="headerlink" href="#getting-started" title="Permanent link">¶</a></h1> | ||
<p>The schema definition files for this standard can be downloaded here:</p> | ||
<table> | ||
<thead> | ||
<tr> | ||
<th>Schema definition</th> | ||
<th>Status</th> | ||
<th>File</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>JKUM Version 1.0</td> | ||
<td>Current</td> | ||
<td><a href="https://www.jkum.info/assets/schemas/jkum-schema-1.0.json">Version 1.0</a></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
<p>The project roadmap describes a goal of establishing open-source parsers for the | ||
JKUM-file format for lots of different programming languages. Currently, only a few | ||
are established.</p> | ||
|
@@ -767,7 +840,7 @@ <h1 id="getting-started">Getting started<a class="headerlink" href="#getting-sta | |
<p>If you are familiar with any of the non-supported languages and want to contribute, | ||
feel free to drop an email to <code>[email protected]</code> about it or submit a pull request, and | ||
we will add it here.</p> | ||
<h1 id="relevant-software">Relevant software<a class="headerlink" href="#relevant-software" title="Permanent link">¶</a></h1> | ||
<h2 id="relevant-software">Relevant software<a class="headerlink" href="#relevant-software" title="Permanent link">¶</a></h2> | ||
<p>There will be apps and software solutions that will build upon this standard. This is a | ||
summarized list of softwares and solutions utilizing the JKUM-standard.</p> | ||
<table> | ||
|
@@ -823,7 +896,7 @@ <h1 id="relevant-software">Relevant software<a class="headerlink" href="#relevan | |
<nav class="md-footer__inner md-grid" aria-label="Footer" > | ||
|
||
|
||
<a href="../roadmap/" class="md-footer__link md-footer__link--prev" aria-label="Previous: Roadmap"> | ||
<a href="../third-party-code/" class="md-footer__link md-footer__link--prev" aria-label="Previous: Third-party code"> | ||
<div class="md-footer__button md-icon"> | ||
|
||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12Z"/></svg> | ||
|
@@ -833,20 +906,20 @@ <h1 id="relevant-software">Relevant software<a class="headerlink" href="#relevan | |
Previous | ||
</span> | ||
<div class="md-ellipsis"> | ||
Roadmap | ||
Third-party code | ||
</div> | ||
</div> | ||
</a> | ||
|
||
|
||
|
||
<a href="../schemas/jkum-schema-1.0/" class="md-footer__link md-footer__link--next" aria-label="Next: Current version"> | ||
<a href="../roadmap/" class="md-footer__link md-footer__link--next" aria-label="Next: Roadmap"> | ||
<div class="md-footer__title"> | ||
<span class="md-footer__direction"> | ||
Next | ||
</span> | ||
<div class="md-ellipsis"> | ||
Current version | ||
Roadmap | ||
</div> | ||
</div> | ||
<div class="md-footer__button md-icon"> | ||
|
Oops, something went wrong.