| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "opts": {
- "encoding": "utf8",
- "destination": "../admin-doc/",
- "recurse": true,
- "verbose": true,
- "readme": "./readme.md",
- "template": "node_modules/better-docs"
- },
- "tags": {
- "allowUnknownTags": true
- },
- "plugins": [
- "node_modules/better-docs/typescript",
- "node_modules/better-docs/component",
- "node_modules/better-docs/category",
- "plugins/markdown"
- ],
- "source": {
- "exclude": [
- "./.nuxt",
- "./coverage",
- "./node_modules",
- "./nuxt.config.js",
- "./.eslintrc.js",
- "./jest.config.js",
- "./jest.config.js"
- ],
- "includePattern": "\\.(js|ts)$"
- },
- "templates": {
- "better-docs": {
- "name": "Documentation",
- "navigation": [
- {
- "label": "FAQ",
- "href": "https://ressources.opentalent.fr/"
- },
- {
- "label": "SPEC",
- "href": "https://assistance.opentalent.fr/"
- }
- ]
- },
- "search": true
- }
- }
|