diff --git a/docs/app/css/style.css b/docs/app/css/style.css index 106d228043d..7b21db7411c 100644 --- a/docs/app/css/style.css +++ b/docs/app/css/style.css @@ -874,3 +874,12 @@ table.attributes tr td:last-child { table.md-api-table tr td:first-child { font-weight: bold; } + + +.layout_note { + font-size: 0.9em; + margin: -5px 40px 0px 20px; + color: rgb(1, 57, 114); + background-color: rgba(156, 204, 101,0.4); + padding: 20px; +} diff --git a/docs/app/js/app.js b/docs/app/js/app.js index fddd7247e1b..51d7e07b8ec 100644 --- a/docs/app/js/app.js +++ b/docs/app/js/app.js @@ -22,7 +22,7 @@ function(SERVICES, COMPONENTS, DEMOS, PAGES, } }) .when('/layout/', { - redirectTo: '/layout/container' + redirectTo: '/layout/introduction' }) .when('/demo/', { redirectTo: DEMOS[0].url @@ -248,23 +248,32 @@ function(SERVICES, COMPONENTS, DEMOS, PAGES, $location, $rootScope, $http, $wind name: 'Layout', type: 'toggle', pages: [{ - name: 'Container Elements', + name: 'Introduction', + id: 'layoutIntro', + url: 'layout/introduction' + } + ,{ + name: 'Layout Containers', id: 'layoutContainers', url: 'layout/container' - },{ - name: 'Layout System', + } + ,{ + name: 'Layout Children', id: 'layoutGrid', - url: 'layout/grid' - },{ + url: 'layout/children' + } + ,{ name: 'Child Alignment', id: 'layoutAlign', url: 'layout/alignment' - },{ + } + ,{ name: 'Options', id: 'layoutOptions', url: 'layout/options' - },{ - name: 'Tips & Tricks', // Possibly rename to Troubleshooting + } + ,{ + name: 'Troubleshooting', id: 'layoutTips', url: 'layout/tips' }] diff --git a/docs/app/partials/getting-started.tmpl.html b/docs/app/partials/getting-started.tmpl.html index 7aa17f4a242..50fef1cd01c 100644 --- a/docs/app/partials/getting-started.tmpl.html +++ b/docs/app/partials/getting-started.tmpl.html @@ -1,38 +1,84 @@
-

New to Angular.js? Before getting into Angular Material, it might be helpful to - read about the framework.

+

New to Angular? Before getting into Angular Material, it might be helpful to: +

-

How do I start?

+

+

How do I start with Angular Material?

+ title="Link opens in a new window">Use the Github Starter Project -

Including Angular Material and its dependencies

- - -
+ + +

Now just you add your Angular Material components and other HTML content to your Blank starter app.

+
+
-

Include Optional Dependencies

+

Our CodePen Community

- Angular Material integrates with some additional libraries which you may optionally include: + You can also visit our CodePen Community to explore more samples and ideas.

+
+ + + +
+ + +

+ +
+ +

Installing the Angular Material Libraries

+ +
+ You can install the Angular Material library (and it's dependent library) in your local project using either + NPM, JSPM, or Bower. + +

+ Angular Material also integrates with some additional, optional libraries which you may elect to include: +

+ +
+
+

Unsupported Integrations

- Angular Material v1.0 has a few known integration issues with the following libraries: + Angular Material v1.0 has a few known integration issues + with the following libraries: