mirror of
https://github.com/Anduin2017/HowToCook.git
synced 2026-05-18 21:31:26 +08:00
Rename mkdocs.yml to properdocs.yml, remove --strict flag
- Update readme-generate.js to output properdocs.yml instead of mkdocs.yml - Remove --strict from build command (pre-existing broken links in content) - Remove legacy mkdocs.yml Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2
.github/readme-generate.js
vendored
2
.github/readme-generate.js
vendored
@@ -3,7 +3,7 @@ const fs = require('fs').promises;
|
||||
const path = require('path');
|
||||
|
||||
const README_PATH = './README.md';
|
||||
const MKDOCS_PATH = 'mkdocs.yml';
|
||||
const MKDOCS_PATH = 'properdocs.yml';
|
||||
const dishesFolder = 'dishes';
|
||||
const starsystemFolder = 'starsystem';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user