Projet

Général

Profil

Paste
Télécharger (2,1 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / bootstrap / docs / Getting-Started.md @ 5024cef7

1 caf16a48 Assos Assos
<!-- @file The "Getting Started" topic. -->
2
<!-- @defgroup -->
3
# Getting Started
4
5
## Installation
6
- Install the Bootstrap base theme in `sites/all/themes` or a similar
7
  `sites/*/themes` folder.
8
- Enable the [Drupal Bootstrap] base theme. If you do not intend to use the base
9
  theme as the default theme, and instead choose to create a sub-theme, you will
10
  still need to enable the [Drupal Bootstrap] base theme (see warning below).
11
- Ensure your site's jQuery version has been configured to meet the
12
  [Bootstrap Framework] minimum version requirement. The preferred method for
13
  updating Drupal's jQuery is to install the [jQuery Update] module.
14
15
{.alert.alert-warning} **WARNING:** Due to a bug in Drupal 7, base themes may
16
appear to still "work" even if they are not enabled. This fact does not mean
17
that the base theme still isn't required to be enabled. Not all features will
18
work properly if the base theme is disabled, especially if certain
19
functionality relies on a list of "enabled" themes.
20
21
## Bootstrap Framework Fundamentals
22
Generally speaking, you should really read the entire [Bootstrap Framework]
23
documentation site, if you haven't already. Here are the four basic "sections"
24
that site is split into:
25
26 9525582e Assos Assos
- [Getting Started](https://getbootstrap.com/docs/3.3/getting-started) - An overview of
27 caf16a48 Assos Assos
  the [Bootstrap Framework], how to download and use, basic templates and
28
  examples, and more.
29 9525582e Assos Assos
- [CSS](https://getbootstrap.com/docs/3.3/css/) - Global CSS settings, fundamental HTML
30 caf16a48 Assos Assos
  elements styled and enhanced with extensible classes, and an advanced grid
31
  system.
32 9525582e Assos Assos
- [Components](https://getbootstrap.com/docs/3.3/components/) - Over a dozen reusable
33 caf16a48 Assos Assos
  components built to provide iconography, dropdowns, input groups, navigation,
34
  alerts, and much more.
35 9525582e Assos Assos
- [JavaScript](https://getbootstrap.com/docs/3.3/javascript/) - Bring the
36 caf16a48 Assos Assos
  [Bootstrap Framework] components to life with over a dozen custom jQuery
37
  plugins. Easily include them all, or one by one.
38
39
[Drupal Bootstrap]: https://www.drupal.org/project/bootstrap
40 9525582e Assos Assos
[Bootstrap Framework]: https://getbootstrap.com/docs/3.3/
41
[jQuery Update]: https://www.drupal.org/project/jquery_update