Skip to content

Commit

Permalink
file structure change and minor content changes for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrillhart committed Sep 27, 2016
1 parent 6a4d3fd commit e35ddd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/basic-concepts.md
Expand Up @@ -2,7 +2,7 @@
# Basic Concepts

<a name="main-file"></a>
### Main file
## Main file

Your presentation files & assets will live in the `presentation` folder.

Expand Down Expand Up @@ -40,7 +40,7 @@ Here is where you can use the library's tags to compose your presentation. While
The bare minimum you need to start is a `Spectacle` element, a`Deck` element and a `Slide` element. Each `Slide` element represents a slide inside of your slideshow.

<a name="themes"></a>
### Themes
## Themes

In Spectacle, themes are functions that return style objects for `screen` & `print`.

Expand All @@ -57,7 +57,7 @@ Or create your own based upon the source.
You will want to edit `index.html` to include any web fonts or additional CSS that your theme requires.

<a name="createthemecolors-fonts"></a>
#### createTheme(colors, fonts)
### createTheme(colors, fonts)

Spectacle's functional theme system allows you to pass in color and font variables that you can use on your elements. See the example below:

Expand Down
2 changes: 1 addition & 1 deletion docs/props.md
@@ -1,7 +1,7 @@
<a name="base-props"></a>
# Base Props

Every component above that has `(Base)` after it has been extended from a common class that includes the following props:
Every component in the Tag API that has `(Base)` after it has been extended from a common class that includes the following props:

| Name | PropType | Description |
| ---- | -------- | ----------- |
Expand Down

0 comments on commit e35ddd4

Please sign in to comment.