Files
A set of components to show your files and directories with an optional description.
Directory explanation
Good for small ampunt of file and longer description for each file or folder.
/assets/
-
bootstrap/
css/
fonts/
-
js/
bootstrap.js
bootstrap.min.js
jquery/
highlight/
mediaelement/
File/Folder | Purpose |
---|---|
bootstrap/ |
Bootstrap and all required files are placed under this directory. Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web. |
bootstrap/css/ |
Heart of bootstrap! |
jquery/ |
This folder contains latest version of jQuery. jQuery is a fast, small, and feature-rich JavaScript library. |
highlight/ |
Our sysntax highlighter plugin and all required files. |
mediaelement/ |
We use this plugin to show self-hosted videos with high consistency. |
File tree
Use this component to show more files and folders to the customers and provide a short description for each of those.
-
csssome description about the folder
- custom.csssome description about the file
- theDocs.csssome description about the file
-
fontssome description about the folder
- fontawesome-webfont.eotsome description about the file
- fontawesome-webfont.svgsome description about the file
- fontawesome-webfont.ttfsome description about the file
- fontawesome-webfont.woffsome description about the file
-
imgsome description about the folder
- placeholder.jpgsome description about the file
- logo.pngsome description about the file
- sample-video.mp4some description about the file
- ads.pngsome description about the file
-
jssome description about the folder
- theDocs.jssome description about the file
- plugins.jssome description about the file
- custom.jssome description about the file
-
vendorssome description about the folder
-
jQuerysome description about the file
- jquery.jssome description about the file
- jquery.min.jssome description about the file
-
Bootstrapsome description about the file
- csssome description about the folder
- fontssome description about the folder
- jssome description about the folder
- MediaElementsome description about the file
- Prismsome description about the file
-
jQuerysome description about the file
- index.htmlsome description about the file
- dashboard.htmlsome description about the file
- starter.htmlsome description about the file
Requirement
Your product or part of your product needs special files? Use this component to inform your users.
<link href="path/to/style.min.css" rel="stylesheet">
<script src="path/to/script.min.js"></script>
<script src="path/to/another-script.min.js"></script>