mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
docs: pull documentation index to README.md
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
08bae5a49e
commit
3cf5e5a27b
13
ui/README.md
13
ui/README.md
@ -54,17 +54,22 @@ Fix issues and vulnerabilities:
|
|||||||
|
|
||||||
npm audit
|
npm audit
|
||||||
|
|
||||||
### Customisation
|
### Documentation
|
||||||
|
|
||||||
- Theme: `vue.config.js`
|
- Router [Configuration](config.md)
|
||||||
eg:
|
- [Resource List View](listview.md) customisation
|
||||||
|
- [Resource Detail View](detailview.md) customisation
|
||||||
|
- [Action](action.md) customisation
|
||||||
|
- Styling
|
||||||
|
- Testing
|
||||||
|
- [Theme](https://vue.ant.design/docs/vue/customize-theme/): Customise via `vue.config.js`
|
||||||
```ecmascript 6
|
```ecmascript 6
|
||||||
css: {
|
css: {
|
||||||
loaderOptions: {
|
loaderOptions: {
|
||||||
less: {
|
less: {
|
||||||
modifyVars: {
|
modifyVars: {
|
||||||
/* Less variables, required modifyVars*/
|
/* Less variables, required modifyVars*/
|
||||||
|
/* Refer to variables at https://vue.ant.design/docs/vue/customize-theme/ */
|
||||||
'primary-color': '#F5222D',
|
'primary-color': '#F5222D',
|
||||||
'link-color': '#F5222D',
|
'link-color': '#F5222D',
|
||||||
'border-radius-base': '4px',
|
'border-radius-base': '4px',
|
||||||
|
|||||||
@ -1,8 +0,0 @@
|
|||||||
# Documentation
|
|
||||||
|
|
||||||
- Router [Configuration](config.md)
|
|
||||||
- [List View](listview.md) customisation
|
|
||||||
- [Resource Detail View](detailview.md) customisation
|
|
||||||
- [Actions](action.md) customisation
|
|
||||||
- Styling
|
|
||||||
- Testing
|
|
||||||
Loading…
x
Reference in New Issue
Block a user