diff --git a/heta-compiler/_sidebar.md b/heta-compiler/_sidebar.md deleted file mode 100644 index 644fdac..0000000 --- a/heta-compiler/_sidebar.md +++ /dev/null @@ -1,14 +0,0 @@ -- [General info](/heta-compiler/) - -- [Export formats](/heta-compiler/export-formats) -- [CLI references](/heta-compiler/cli-references) -- [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) -- [License](/heta-compiler/LICENSE) - -- [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) diff --git a/index.html b/index.html index a1d02f4..6495941 100644 --- a/index.html +++ b/index.html @@ -58,8 +58,7 @@ '/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/LICENSE': 'https://raw.githubusercontent.com/hetalang/heta-compiler/master/LICENSE', + '/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',