Skip to content

Latest commit

 

History

History
57 lines (46 loc) · 1.96 KB

File metadata and controls

57 lines (46 loc) · 1.96 KB

Bootstrap 5 Documentation Template

Foo

This is a free html template for documentation of apps, softwares, websites, and more. It's built on Bootstrap 5 and Vite, featuring a modern sleek design with many cool professional features, including everything what a useful yet practical documentation template should contain.

Demo

Check out the live demo here >>>

Features

  • modern, sleek minimal design style
  • lightweight, rapid fast loading speed
  • completely responsive using fluid layouts
  • dynamic sidebar menu automatically generated from titles
  • dynamic search field what looks for string in all content
  • compress & minify all html, css and js output
  • code blocks with syntax highlighting
  • page loader animation effect
  • included Sketch design file

Installion

Clone the repository

git clone https://github.com/eriktailor/bootstrap-documentation-template.git docs-template

Go in the project folder:

cd docs-template

Install dependencies:

npm install

Usuage

Serve project with hot reload at http://localhost:8080:

npm run start

Build for production with minification and vendor prefixes:

npm run build

Resources

  • Bootstrap 5 - the latest Bootstrap version gives the base structure
  • Vite - a new generation frontend developer tooling
  • Sass - the most popular css preprocessor to write advanced styles
  • GitHub - version controller tool, used to maintain the updates of the project
  • Unicons - a free collection of scaleable and colorable svg UI icons
  • Prism - a javascript library for syntax highlighting code blocks

Author

Bootstrap Docs Template was created by Erik Tailor in 2023.