Skip to content

Commit

Permalink
upd heta-compiler struct
Browse files Browse the repository at this point in the history
  • Loading branch information
metelkin committed Nov 26, 2024
1 parent 9ec186f commit a607f86
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
9 changes: 6 additions & 3 deletions heta-compiler-sidebar.md → heta-compiler/_sidebar.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
- [README](/heta-compiler/)
- [General info](/heta-compiler/)

- [Export formats](/heta-compiler/export-formats.md)
- [CLI references](/heta-compiler/cli-references.md)
- [API references](https://hetalang.github.io/heta-compiler/dev/)
- [qsp-functions.heta](/heta-compiler/qsp-functions.heta)
- [qsp-units.heta](/heta-compiler/qsp-units.heta)
- [API docs](https://hetalang.github.io/heta-compiler/dev/)
- [Change Log](/heta-compiler/CHANGELOG.md)

- [Migrate to v0.6](/heta-compiler/migrate-to-v0.6.md)
- [Migrate to v0.7](/heta-compiler/migrate-to-v0.7.md)
- [Migrate to v0.8](/heta-compiler/migrate-to-v0.8.md)
- [Migrate to v0.9](/heta-compiler/migrate-to-v0.9.md)
- [Change Log](/heta-compiler/CHANGELOG.md)
9 changes: 6 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<script>
window.$docsify = {
name: 'heta',
repo: 'https://github.com/hetalang/hetalang.github.io',
repo: 'https://github.com/hetalang',
homepage: 'README.md',
themeColor: '',
loadNavbar: true, // set true to use file _navbar.md
Expand All @@ -44,15 +44,18 @@
subMaxLevel: 2,
relativePath: true,
auto2top: true,
//externalLinkRel: 'noopener', // see https://mathiasbynens.github.io/rel-noopener/
//markdown: {}, // see https://docsify.js.org/#/markdown
externalLinkTarget: '_blank',
alias: {
'/.*/_navbar.md': '/_navbar.md',
'/specifications/': 'https://raw.githubusercontent.com/hetalang/heta-specifications/master/README',
'/specifications/([^_].*)': 'https://raw.githubusercontent.com/hetalang/heta-specifications/master/$1',
'/heta-case-mini/': 'https://raw.githubusercontent.com/insysbio/heta-case-mini/master/README',
'/heta-compiler/': 'https://raw.githubusercontent.com/hetalang/heta-compiler/master/README',
'/heta-compiler/': 'https://raw.githubusercontent.com/hetalang/heta-compiler/master/index',
'/heta-compiler/declaration-schema.json': 'https://raw.githubusercontent.com/hetalang/heta-compiler/master/src/builder/declaration-schema.json',
'/heta-compiler/([^_].*)': 'https://raw.githubusercontent.com/hetalang/heta-compiler/master/$1',
'/heta-compiler/_sidebar.md': '/heta-compiler-sidebar.md',
//'/heta-compiler/_sidebar.md': '/heta-compiler-sidebar.md',
'/heta-simulator/': 'https://raw.githubusercontent.com/hetalang/HetaSimulator.jl/master/README',
'/heta-simulator/([^_].*)': 'https://raw.githubusercontent.com/hetalang/HetaSimulator.jl/master/$1',
},
Expand Down

0 comments on commit a607f86

Please sign in to comment.