|
|
1 month ago | |
|---|---|---|
| .. | ||
| _sass | 6 months ago | |
| api | 6 months ago | |
| assets/images | 6 months ago | |
| customization | 6 months ago | |
| examples | 6 months ago | |
| getting-started | 1 month ago | |
| README.md | 6 months ago | |
| _config.yml | 6 months ago | |
| api.md | 6 months ago | |
| customization.md | 6 months ago | |
| examples.md | 6 months ago | |
| getting-started.md | 6 months ago | |
| index.md | 6 months ago | |
This directory contains the complete documentation for Adminator Bootstrap 5 Admin Template.
docs/
โโโ index.md # Homepage
โโโ _config.yml # GitHub Pages configuration
โโโ getting-started/ # Installation and setup guides
โ โโโ installation.md
โ โโโ project-structure.md
โ โโโ development.md
โ โโโ build-deployment.md
โโโ components/ # Component documentation
โ โโโ charts.md
โ โโโ forms.md
โ โโโ tables.md
โ โโโ navigation.md
โ โโโ modals.md
โโโ customization/ # Theme and styling guides
โ โโโ theme-system.md
โ โโโ css-variables.md
โ โโโ custom-themes.md
โ โโโ component-theming.md
โโโ api/ # API reference
โ โโโ theme-api.md
โ โโโ component-apis.md
โ โโโ utilities.md
โ โโโ events.md
โโโ examples/ # Practical examples
โ โโโ basic-setup.md
โ โโโ custom-components.md
โ โโโ theme-integration.md
โ โโโ advanced-patterns.md
โโโ deployment/ # Production deployment
โ โโโ production-build.md
โ โโโ static-hosting.md
โ โโโ cdn-integration.md
โ โโโ performance.md
โโโ contributing/ # Contribution guidelines
โโโ development-setup.md
โโโ code-standards.md
โโโ pull-requests.md
โโโ issues.md
docs/ folder of the main branchโ
Version Control: Docs stay in sync with code releases
โ
Free Hosting: GitHub Pages provides free, reliable hosting
โ
Easy Discovery: Users find docs directly in the repository
โ
SEO Friendly: Searchable and indexable documentation
โ
Collaboration: Easy for contributors to update docs
โ
Professional URLs: Clean URLs like username.github.io/repo/
Complete setup and installation guides for new users.
Detailed documentation for all UI components and their usage.
Comprehensive guide to the theme system and customization options.
Complete API documentation for all JavaScript utilities and components.
Practical, copy-paste examples for common use cases.
Production deployment guides and performance optimization tips.
Guidelines for contributing to the project.
To view the documentation locally:
# Install Jekyll (if not already installed)
gem install bundler jekyll
# Navigate to docs directory
cd docs
# Install dependencies
bundle install
# Serve locally
bundle exec jekyll serve
# Visit http://localhost:4000
\```javascript
// Always include working code examples
const example = Theme.current();
console.log(example);
\```
theme-system.mdFor documentation issues:
documentation labelHappy documenting! ๐