1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-15 05:38:46 +02:00

updated docfx and improved docs navbar

This commit is contained in:
Ell 2023-09-15 15:10:03 +02:00
parent 1a06bcc7fd
commit ebeba463b4
2 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,8 @@
- name: Home
href: /
- name: Tutorials - name: Tutorials
href: articles/ href: articles/
- name: API Documentation - name: API Documentation
href: api/ href: api/
- name: Changelog - name: Changelog
href: ../CHANGELOG.md href: ../CHANGELOG.md

View file

@ -1,5 +1,5 @@
#addin nuget:?package=Cake.DocFx&version=1.0.0 #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 // this is the upcoming version, for prereleases
var version = Argument("version", "6.3.0"); var version = Argument("version", "6.3.0");