Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 91c86c6

Browse files
feat(docs): css customizations for buttons
update css samples to support css rule changes for default themes add docs configuration to include Component CSS Customization content.
1 parent 86b4afa commit 91c86c6

2 files changed

Lines changed: 153 additions & 136 deletions

File tree

docs/app/js/app.js

Lines changed: 39 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -169,38 +169,48 @@ function(SERVICES, COMPONENTS, DEMOS, PAGES, $location, $rootScope, $http, $wind
169169
sections.push({
170170
name: 'Customization',
171171
type: 'heading',
172-
children: [{
173-
name: 'CSS',
174-
type: 'toggle',
175-
pages: [{
176-
name: 'Typography',
177-
url: '/CSS/typography',
178-
type: 'link'
179-
}]
180-
},{
181-
name: 'Theming',
182-
type: 'toggle',
183-
pages: [{
184-
name: 'Introduction and Terms',
185-
url: '/Theming/01_introduction',
186-
type: 'link'
187-
},
188-
{
189-
name: 'Declarative Syntax',
190-
url: '/Theming/02_declarative_syntax',
191-
type: 'link'
192-
},
172+
children: [
193173
{
194-
name: 'Configuring a Theme',
195-
url: '/Theming/03_configuring_a_theme',
196-
type: 'link'
174+
name: 'CSS',
175+
type: 'toggle',
176+
pages: [{
177+
name: 'Typography',
178+
url: '/CSS/typography',
179+
type: 'link'
180+
},
181+
{
182+
name : 'Button',
183+
url: '/CSS/button',
184+
type: 'link'
185+
}]
197186
},
198187
{
199-
name: 'Multiple Themes',
200-
url: '/Theming/04_multiple_themes',
201-
type: 'link'
202-
}]
203-
}]
188+
name: 'Theming',
189+
type: 'toggle',
190+
pages: [
191+
{
192+
name: 'Introduction and Terms',
193+
url: '/Theming/01_introduction',
194+
type: 'link'
195+
},
196+
{
197+
name: 'Declarative Syntax',
198+
url: '/Theming/02_declarative_syntax',
199+
type: 'link'
200+
},
201+
{
202+
name: 'Configuring a Theme',
203+
url: '/Theming/03_configuring_a_theme',
204+
type: 'link'
205+
},
206+
{
207+
name: 'Multiple Themes',
208+
url: '/Theming/04_multiple_themes',
209+
type: 'link'
210+
}
211+
]
212+
}
213+
]
204214
});
205215

206216
var docsByModule = {};

0 commit comments

Comments
 (0)