mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 04:53:29 +01:00
updated docfx and improved docs navbar
This commit is contained in:
parent
1a06bcc7fd
commit
ebeba463b4
2 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
|||
- name: Home
|
||||
href: /
|
||||
- name: Tutorials
|
||||
href: articles/
|
||||
- name: API Documentation
|
||||
href: api/
|
||||
- name: Changelog
|
||||
href: ../CHANGELOG.md
|
||||
href: ../CHANGELOG.md
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#addin nuget:?package=Cake.DocFx&version=1.0.0
|
||||
#tool dotnet:?package=docfx&version=2.67.5
|
||||
#tool dotnet:?package=docfx&version=2.70.3
|
||||
|
||||
// this is the upcoming version, for prereleases
|
||||
var version = Argument("version", "6.3.0");
|
||||
|
|
Loading…
Reference in a new issue