{"id":19962424,"url":"https://github.com/kevindebenedetti/documentation","last_synced_at":"2026-01-16T02:53:42.655Z","repository":{"id":218046118,"uuid":"745362254","full_name":"KevinDeBenedetti/documentation","owner":"KevinDeBenedetti","description":"My Web Developer Documentation 🚀","archived":false,"fork":false,"pushed_at":"2025-03-23T22:46:44.000Z","size":3979,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T23:28:29.841Z","etag":null,"topics":["astro","documentation"],"latest_commit_sha":null,"homepage":"https://kevindebenedetti.github.io/documentation/","language":"MDX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KevinDeBenedetti.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-19T07:05:09.000Z","updated_at":"2025-03-23T22:46:48.000Z","dependencies_parsed_at":"2024-03-19T11:54:29.673Z","dependency_job_id":"39f8e83a-b58e-478e-843c-47b60dbac0ed","html_url":"https://github.com/KevinDeBenedetti/documentation","commit_stats":null,"previous_names":["kevindebenedetti/documentation"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KevinDeBenedetti/documentation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinDeBenedetti%2Fdocumentation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinDeBenedetti%2Fdocumentation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinDeBenedetti%2Fdocumentation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinDeBenedetti%2Fdocumentation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KevinDeBenedetti","download_url":"https://codeload.github.com/KevinDeBenedetti/documentation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinDeBenedetti%2Fdocumentation/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262536737,"owners_count":23325800,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["astro","documentation"],"created_at":"2024-11-13T02:11:15.404Z","updated_at":"2026-01-16T02:53:42.649Z","avatar_url":"https://github.com/KevinDeBenedetti.png","language":"MDX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docus i18n Starter\n\n\u003e A beautiful, internationalized starter for creating multi-language documentation with Docus\n\nThis is the i18n Docus starter template that provides everything you need to build beautiful, multi-language documentation sites with Markdown and Vue components.\n\n## ✨ Features\n\n- 🌍 **Internationalization** - Native i18n support for multi-language docs\n- 🎨 **Beautiful Design** - Clean, modern documentation theme\n- 📱 **Responsive** - Mobile-first responsive design\n- 🌙 **Dark Mode** - Built-in dark/light mode support\n- 🔍 **Search** - Full-text search functionality per language\n- 📝 **Markdown Enhanced** - Extended markdown with custom components\n- 🎨 **Customizable** - Easy theming and brand customization\n- ⚡ **Fast** - Optimized for performance with Nuxt 4\n- 🔧 **TypeScript** - Full TypeScript support\n\n## 🚀 Quick Start\n\n```bash\n# Install dependencies\nnpm install\n\n# Start development server\nnpm run dev\n```\n\nYour multilingual documentation site will be running at `http://localhost:3000`\n\n## 🌍 Languages\n\nThis starter comes pre-configured with:\n\n- 🇺🇸 **English** (`en`) - Default language\n- 🇫🇷 **Français** (`fr`) - French translation\n\n## 📁 Project Structure\n\n```\nmy-docs/\n├── content/              # Your markdown content\n│   ├── en/              # English content\n│   │   ├── index.md     # English homepage\n│   │   └── docs/        # English documentation\n│   └── fr/              # French content\n│       ├── index.md     # French homepage\n│       └── docs/        # French documentation\n├── public/              # Static assets\n├── nuxt.config.ts       # Nuxt configuration with i18n setup\n└── package.json         # Dependencies and scripts\n```\n\n### Content Structure\n\nThe content is organized by language, making it easy to manage translations:\n\n```\ncontent/\n├── en/                   # English content\n│   ├── index.md\n│   ├── 1.getting-started/\n│   │   ├── installation.md\n│   │   └── configuration.md\n│   └── 2.essentials/\n│       ├── markdown.md\n│       └── components.md\n└── fr/                   # French content\n    ├── index.md\n    ├── 1.getting-started/\n    │   ├── installation.md\n    │   └── configuration.md\n    └── 2.essentials/\n        ├── markdown.md\n        └── components.md\n```\n\n## 🔗 URL Structure\n\nThe i18n starter generates URLs with language prefixes:\n\n- English: `/en/getting-started/installation`\n- French: `/fr/getting-started/installation`\n- Default locale fallback: `/getting-started/installation` (redirects to English)\n\n## ⚡ Built with\n\nThis starter comes pre-configured with:\n\n- [Nuxt 4](https://nuxt.com) - The web framework\n- [Nuxt Content](https://content.nuxt.com/) - File-based CMS\n- [Nuxt i18n](https://i18n.nuxt.com/) - Internationalization\n- [Nuxt UI](https://ui.nuxt.com) - UI components\n- [Nuxt Image](https://image.nuxt.com/) - Optimized images\n- [Tailwind CSS 4](https://tailwindcss.com/) - Utility-first CSS\n- [Docus Layer](https://www.npmjs.com/package/docus) - Documentation theme\n\n## 📖 Documentation\n\nFor detailed documentation on customizing your Docus project, visit the [Docus Documentation](https://docus.dev)\n\n## 🚀 Deployment\n\nBuild for production:\n\n```bash\nnpm run build\n```\n\nThe built files will be in the `.output` directory, ready for deployment to any hosting provider that supports Node.js.\n\n## 📄 License\n\n[MIT License](https://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevindebenedetti%2Fdocumentation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevindebenedetti%2Fdocumentation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevindebenedetti%2Fdocumentation/lists"}