From 3f4c0720e1e3421431e7baa20882a4a4512a7fab Mon Sep 17 00:00:00 2001 From: ivar Date: Sun, 19 Oct 2025 23:41:23 +0200 Subject: Initial --- .../libraries/fomantic/tasks/config/docs.js | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/wwwroot/libraries/fomantic/tasks/config/docs.js (limited to 'src/wwwroot/libraries/fomantic/tasks/config/docs.js') diff --git a/src/wwwroot/libraries/fomantic/tasks/config/docs.js b/src/wwwroot/libraries/fomantic/tasks/config/docs.js new file mode 100644 index 0000000..d04b095 --- /dev/null +++ b/src/wwwroot/libraries/fomantic/tasks/config/docs.js @@ -0,0 +1,32 @@ +/******************************* + Docs +*******************************/ + +/* Paths used for "serve-docs" and "build-docs" tasks */ +module.exports = { + base: '', + globs: { + eco: '**/*.html.eco' + }, + paths: { + clean: '../docs/out/dist/', + source: { + config : 'src/theme.config', + definitions : 'src/definitions/', + site : 'src/site/', + themes : 'src/themes/' + }, + output: { + examples : '../docs/out/examples/', + less : '../docs/out/src/', + metadata : '../docs/out/', + packaged : '../docs/out/dist/', + uncompressed : '../docs/out/dist/components/', + compressed : '../docs/out/dist/components/', + themes : '../docs/out/dist/themes/' + }, + template: { + eco: '../docs/server/documents/' + }, + } +}; -- cgit v1.3