[READ-ONLY] Mirror of https://github.com/flo-bit/tiny-docs. quick setup, simple, minimalistic docs for your github project flo-bit.dev/tiny-docs/
0

Configure Feed

Select the types of activity you want to include in your feed.

update

+7 -4
+1 -2
package-lock.json
··· 33 33 "react": "^19.0.0", 34 34 "react-dom": "^19.0.0", 35 35 "rehype-mathjax": "^7.1.0", 36 + "remark-github-admonitions-to-directives": "^2.1.0", 36 37 "remark-math": "^6.0.0", 37 38 "svelte": "^5.1.1", 38 39 "tailwind-merge": "^2.5.4", ··· 43 44 "@sveltejs/vite-plugin-svelte": "^5.0.3", 44 45 "@tailwindcss/typography": "^0.5.15", 45 46 "pagefind": "^1.3.0", 46 - "remark-github-admonitions-to-directives": "^2.1.0", 47 47 "vite-plugin-pagefind": "^1.0.5" 48 48 } 49 49 }, ··· 7201 7201 "version": "2.1.0", 7202 7202 "resolved": "https://registry.npmjs.org/remark-github-admonitions-to-directives/-/remark-github-admonitions-to-directives-2.1.0.tgz", 7203 7203 "integrity": "sha512-bI3E4Oj1pKY3ym2IQrrVCdORgEu0+mSrWgpCYFNy8QvytfnLs/nAacVPjkWU/JzDMUiQio2k4nTFP7bsIr9TSA==", 7204 - "dev": true, 7205 7204 "license": "MIT", 7206 7205 "dependencies": { 7207 7206 "@types/mdast": "^4.0.0",
+2 -2
package.json
··· 39 39 "svelte": "^5.1.1", 40 40 "tailwind-merge": "^2.5.4", 41 41 "tailwindcss": "^3.4.14", 42 - "typescript": "^5.6.3" 42 + "typescript": "^5.6.3", 43 + "remark-github-admonitions-to-directives": "^2.1.0" 43 44 }, 44 45 "devDependencies": { 45 46 "@sveltejs/vite-plugin-svelte": "^5.0.3", 46 47 "@tailwindcss/typography": "^0.5.15", 47 48 "pagefind": "^1.3.0", 48 - "remark-github-admonitions-to-directives": "^2.1.0", 49 49 "vite-plugin-pagefind": "^1.0.5" 50 50 }, 51 51 "license": "MIT"
+4
scripts/update-config.js
··· 9 9 SITE_NAME: process.env.DERIVED_NAME, 10 10 11 11 SHOW_THEME_TOGGLE: true, 12 + SEARCH_ENABLED: true, 13 + 14 + BASE_COLOR: "stone", 15 + ACCENT_COLOR: "rose", 12 16 }; 13 17 14 18 function readExisting(path) {