Project Overview
The Oscar Admin HTML Template documentation site is a static documentation page based on Bootstrap 3, used to display usage instructions for the backend admin template. It is suitable for direct deployment as a documentation site for HTML admin templates.
Tech Stack
- Bootstrap 3 (CDN)
- jQuery + Modernizr
- Third-party CSS: Font Awesome, Material Icons, Mono Social Icons, Prism (code highlighting), Perfect Scrollbar, MediaElement
- Google Fonts (Nunito Sans / Open Sans)
Project Structure
wiseowlhtml-10/package/
├── html.zip
├── landing-page.zip
├── php.zip
├── docs/
│ ├── index.html # Documentation homepage
│ └── assets/ # Styles, scripts, demo resources
└── licensing/
├── GPL.txt
└── README_License.txt
Key Files
docs/index.html— Documentation entry point, includes sidebar navigation and section contentdocs/assets/css/style.css— Custom styles for the documentation sitedocs/assets/vendors/— Third-party CSS (Prism, Icons, etc.)licensing/GPL.txt— Full GNU GPL v3 license textlicensing/README_License.txt— Dual license explanation (GPL + Envato)html.zip— The actual admin template archive
Quick Start
Open wiseowlhtml-10/package/docs/index.html directly in a browser, or deploy it to any static server.
Usage Recommendations
The documentation template relies on multiple CDN resources (Bootstrap, Font Awesome, Prism, etc.). Ensure network connectivity before offline use. To deploy this documentation on an intranet, it is recommended to replace CDN resources with local files.
