initial to gitea

This commit is contained in:
2025-02-23 10:43:08 +07:00
commit d6e3946296
183 changed files with 22627 additions and 0 deletions

132
CHANGELOG.md Normal file
View File

@@ -0,0 +1,132 @@
## [1.3.0] - 2024-12-31
> Release Note Feature to Make it Easier to Write Changelogs
![version 1.3.0 - release note image](https://docubook.pro/images/release-note.png)
### Added
- New Release Note Feature
- New Layout for Changelog page
- New Changelog page
- Add Release Note Component
- Easily write release notes directly from the CHANGELOG.md file
- TOC for versioning
- Write with the markdown tag
- Add lib / changelog.ts
### Improved
- Improvement Responsive feature image for Version Entry
- Improvement Layout for changelog page
- Improvement Padding on mobile devices
- Only use containers of md size
- Improvement syntax.css for ul>li classes
### Fixed
- Fix og:image not showing on Page.tsx
- Fix text-indent on class li
### Removed
- Remove excessive padding
- Remove Logo on Footer
## [1.2.0] - 2024-12-22
> New Accordion Component : Support content plain text, html and all markdown component
### Added
- add New Accordion
### Improved
- Props Improvement
- Support Dynamic Content for Accordion
## [1.1.0] - 2024-12-15
> Major Update : Easily manage set up with docu.json
### Added
- add docu.json file
- add openGraph (title, description, image)
- add Dynamic metadata
- Generate metadata as openGraph
- openGraph support for .mdx
### Improved
- routes-config from json
- Frontmatter improvement
- Edit the content of footer.tsx simply via the docu.json file
- Edit the content of navbar.tsx simply via the docu.json file
## [1.0.7] - 2024-12-14
> Easily updates your DocuBook Version with CLI npx update_docu
### Added
- CLI npx update_docu (update features into docubook existing directory)
- Playground (easily to written content)
- New Button component
- Navbar external link conditions
- CLI npx create_docu
### Improved
- Searchbar Improvement
- Navigation Improvement
- Edit on Github Improvement
### Removed
- Remove CLI npx create-docu (on this version not usage dash `-`)
## [1.0.6] - 2024-11-24
> New Components, Fix and Improvement
### Added
- New Card component
- New Tooltips component
### Fixed
- change root folder
### Improved
- logo on navbar & footer
- easily change logo
## [1.0.5] - 2024-11-16
> Add New Features and Improvement for this version
### Added
- New Youtube component
- edit this page - easily manage directory content via the github repo
- support installation via cli commant npx create-docu
### Improved
- keyboard shortcut command + k or ctrl + k to open search dialog
## [1.0.0] - 2024-11-10
> Initial release of DocuBook to create interactive nested docs with MDX
### Added
- Initial release of DocuBook
- Basic documentation structure
- Markdown support with MDX
- Responsive design
- Search functionality
- Dark mode support