Skip to content

Commit

Permalink
test1
Browse files Browse the repository at this point in the history
  • Loading branch information
metelkin committed Dec 16, 2024
1 parent 2eccec2 commit 37864fd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,18 @@
externalLinkTarget: '_blank',
alias: {
'/.*/_navbar.md': '/_navbar.md',

'/specifications/': 'https://raw.githubusercontent.com/hetalang/heta-specifications/master/index',
'/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/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-compiler/LICENSE': 'https://raw.githubusercontent.com/hetalang/heta-compiler/master/LICENSE',

'/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 37864fd

Please sign in to comment.