Skip to content

Commit bb1e135

Browse files
committed
README: update links
Fixes #420 Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent 3587c9f commit bb1e135

File tree

1 file changed

+2
-30
lines changed

1 file changed

+2
-30
lines changed

ui/README.md

Lines changed: 2 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -119,40 +119,12 @@ Run Primate:
119119

120120
## Documentation
121121

122-
### Learning Resources
123-
124122
- VueJS Guide: https://vuejs.org/v2/guide/
125-
- Ant Design Spec: https://ant.design/docs/spec/introduce
126-
- Vue Ant Design: https://vue.ant.design/docs/vue/introduce/
123+
- Vue Ant Design: https://www.antdv.com/docs/vue/introduce/
124+
- Primate Developer [Docs](docs)
127125
- JavaScript ES6 Reference: https://www.tutorialspoint.com/es6/
128126
- Introduction to ES6: https://scrimba.com/g/gintrotoes6
129127

130-
### Primate Development
131-
132-
- Router [Configuration](config.md)
133-
- [Resource List View](listview.md) customisation
134-
- [Resource Detail View](detailview.md) customisation
135-
- [Action](action.md) customisation
136-
- Styling
137-
- Testing
138-
- [Theme](https://vue.ant.design/docs/vue/customize-theme/): Customise via `vue.config.js`
139-
```ecmascript 6
140-
css: {
141-
loaderOptions: {
142-
less: {
143-
modifyVars: {
144-
/* Less variables, required modifyVars*/
145-
/* Refer to variables at https://vue.ant.design/docs/vue/customize-theme/ */
146-
'primary-color': '#F5222D',
147-
'link-color': '#F5222D',
148-
'border-radius-base': '4px',
149-
},
150-
javascriptEnabled: true,
151-
}
152-
}
153-
}
154-
```
155-
156128
## Attributions
157129

158130
Primate uses the following:

0 commit comments

Comments
 (0)