1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-19 21:29:41 +02:00

Fixed copy button path in header.twig, code.twig (#290)

* Fixed copy button path in header.twig

* Fixed path of copy button in code.twig, updated version

* add more logs

* Added overwrite property

* update version

Co-authored-by: Nikita Melnikov <nikmel2803@gmail.com>
This commit is contained in:
Vyacheslav Chernyshev 2022-12-27 16:10:18 +03:00 committed by GitHub
parent d3e0cb176c
commit f78b9ecff5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 20 additions and 6 deletions

View file

@ -90,6 +90,7 @@ const FrontendConfig = z.object({
*/
const StaticBuildConfig = z.object({
outputDir: z.string(), // Output directory for static build
overwrite: z.boolean().optional().default(true),
indexPage: z.object({
enabled: z.boolean(), // Is index page enabled
uri: z.string(), // Index page uri