|
|
9 anos atrás | |
|---|---|---|
| .. | ||
| contribute | 9 anos atrás | |
| registry | 9 anos atrás | |
| subtheme | 9 anos atrás | |
| FAQ.md | 9 anos atrás | |
| Getting-Started.md | 9 anos atrás | |
| README.md | 9 anos atrás | |
{.lead} The official documentation site for the Drupal Bootstrap base theme
The majority of this site is automatically generated from source files located through out the project's repository. Topics are extracted from Markdown files and the rest is extracted from embedded PHP comments.
Below are some topics to help get you started using the Drupal Bootstrap base theme. They are ordered based on the level one typically progresses while using a base theme like this.
The term "bootstrap" can be used excessively through out this project's documentation. For clarity, we will always attempt to use this word verbosely in one of the following ways:
When referring to files inside the Drupal Bootstrap project directory, they
will always start with ./bootstrap and continue to specify the full path to
the file or directory inside it. For example, the file that is responsible for
displaying the text on this page is located at ./bootstrap/docs/README.md.
When referring to files inside a sub-theme, they will always start with
./subtheme/ and continue to specify the full path to the file or directory
inside it. For example, the primary file Drupal uses to determine if a theme
exists is: ./subtheme/subtheme.info, where subtheme is the machine name of
your sub-theme.