7 Commits

Author SHA1 Message Date
Cody Weaver
e2ffbbf075
[schemes/Typography] Fix issue within the docs (#7543)
The typography theming docs previously had a link to typography-theming but that file doesn't exist. This removes the extension section since the only extension file (typography-theming) doesn't exist. Additionally some formatting that results in the headers not being rendered correctly in some instances.
2019-06-06 13:15:08 -04:00
Wenyu Zhang
8a398c6f5e
[scheme/Typography] Add a brief dynamic type doc for Typography scheme. (#7473)
Added a brief dynamic type doc for Typography scheme. It focuses on clarifying how the properties on a scheme are related to dynamic type.
2019-05-24 01:57:15 -04:00
Cody Weaver
92c8f03d30
Fix pod name (#5532)
### Context
In working on #5519 I tried to import "MaterialComponents/schemes/ColorScheme" and "MaterialComponents/schemes/TypographyScheme". Neither of these pods exist and you would get an error.

```bash

[!] CocoaPods could not find compatible versions for pod "MaterialComponents/schemes/ColorScheme":
  In Podfile:
    MaterialComponents/schemes/ColorScheme

None of your spec sources contain a spec satisfying the dependency: `MaterialComponents/schemes/ColorScheme`.

You have either:
 * out-of-date source repos which you can update with `pod repo update` or with `pod install --repo-update`.
 * mistyped the name or version.
 * not added the source repo that hosts the Podspec to your Podfile.

Note: as of CocoaPods 1.0, `pod repo update` does not happen on `pod install` by default.
```
### The problem
We are adding an extra "scheme" at the end of the podname.
### The fix
Remove extra "scheme" at the end of the podname.

### Test
1. Create a fake project
2. Set your `Podfile` to:

```bash
pod 'MaterialComponentsAlpha', 
:git => 'https://github.com/codeman7/material-components-ios.git', 
:branch => 'schemes'
```
2018-10-26 09:16:15 -04:00
Jeff Verkoeyen
15d7f006f6 [Theming] Consolidate the theming documentation into one folder on the site. 2018-05-04 12:03:39 -04:00
featherless
a06a62beb0
[Typography] Ensure that typography scheme is showing up on the site. (#3694) 2018-05-03 15:06:22 -04:00
ianegordon
fa87fde4b9 [Typography] Preliminary Typography Scheme README (#3671) 2018-05-02 20:05:26 -04:00
featherless
2979d1494a
[schemes/Typography] Add docs stubs. (#3609)
[schemes/Typography] Stub documentation
2018-05-01 22:28:04 -04:00