This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git
The following commit(s) were added to refs/heads/master by this push:
new 3f7b10b README: update links
3f7b10b is described below
commit 3f7b10ba83e6930e745b230fbed6042f72b5594c
Author: Rohit Yadav <[email protected]>
AuthorDate: Mon Jun 15 14:02:11 2020 +0530
README: update links
Fixes #420
Signed-off-by: Rohit Yadav <[email protected]>
---
README.md | 32 ++------------------------------
1 file changed, 2 insertions(+), 30 deletions(-)
diff --git a/README.md b/README.md
index 151e3de..ef919a4 100644
--- a/README.md
+++ b/README.md
@@ -119,40 +119,12 @@ Run Primate:
## Documentation
-### Learning Resources
-
- VueJS Guide: https://vuejs.org/v2/guide/
-- Ant Design Spec: https://ant.design/docs/spec/introduce
-- Vue Ant Design: https://vue.ant.design/docs/vue/introduce/
+- Vue Ant Design: https://www.antdv.com/docs/vue/introduce/
+- Primate Developer [Docs](docs)
- JavaScript ES6 Reference: https://www.tutorialspoint.com/es6/
- Introduction to ES6: https://scrimba.com/g/gintrotoes6
-### Primate Development
-
-- Router [Configuration](config.md)
-- [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
- css: {
- loaderOptions: {
- less: {
- modifyVars: {
- /* Less variables, required modifyVars*/
- /* Refer to variables at
https://vue.ant.design/docs/vue/customize-theme/ */
- 'primary-color': '#F5222D',
- 'link-color': '#F5222D',
- 'border-radius-base': '4px',
- },
- javascriptEnabled: true,
- }
- }
- }
-```
-
## Attributions
Primate uses the following: