You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2019/10/21 17:42:09 UTC

[cloudstack-primate] branch master updated: docs: pull documentation index to README.md

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 8758af4  docs: pull documentation index to README.md
8758af4 is described below

commit 8758af4c2f72b34d6ce787225bb00df0035d83da
Author: Rohit Yadav <ro...@shapeblue.com>
AuthorDate: Mon Oct 21 23:11:48 2019 +0530

    docs: pull documentation index to README.md
    
    Signed-off-by: Rohit Yadav <ro...@shapeblue.com>
---
 README.md      | 15 ++++++++++-----
 docs/README.md |  8 --------
 2 files changed, 10 insertions(+), 13 deletions(-)

diff --git a/README.md b/README.md
index bfc339a..cf6721e 100644
--- a/README.md
+++ b/README.md
@@ -54,17 +54,22 @@ Fix issues and vulnerabilities:
 
     npm audit
 
-### Customisation
-
-- Theme:  `vue.config.js`
-eg: 
+### Documentation
+
+- 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',
diff --git a/docs/README.md b/docs/README.md
deleted file mode 100644
index ceb84ab..0000000
--- a/docs/README.md
+++ /dev/null
@@ -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