summaryrefslogtreecommitdiff
path: root/docs/guide/coding-standards
diff options
context:
space:
mode:
authorDerick Montague <derick.montague@ibm.com>2021-02-25 17:27:26 +0300
committerDerick Montague <derick.montague@ibm.com>2021-02-26 23:30:46 +0300
commit9a25c80591e8872297f2c33ad9bcd6a97639f04c (patch)
tree6ffaa3bf7e9094e2b515b552f9a5bd9facbbe8be /docs/guide/coding-standards
parent7bc85e4936f1fe0178bae3bedcdc11c5e00564d6 (diff)
downloadwebui-vue-9a25c80591e8872297f2c33ad9bcd6a97639f04c.tar.xz
Update coding standards documentation
- Remove pages without content - Update overview page name Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: Icf26e65d72d2900ddbe216be974930bcc9c0e196
Diffstat (limited to 'docs/guide/coding-standards')
-rw-r--r--docs/guide/coding-standards/javascript.md1
-rw-r--r--docs/guide/coding-standards/readme.md2
-rw-r--r--docs/guide/coding-standards/sass.md1
3 files changed, 1 insertions, 3 deletions
diff --git a/docs/guide/coding-standards/javascript.md b/docs/guide/coding-standards/javascript.md
deleted file mode 100644
index 6710f2fd..00000000
--- a/docs/guide/coding-standards/javascript.md
+++ /dev/null
@@ -1 +0,0 @@
-# JavaScript Conventions and Standards \ No newline at end of file
diff --git a/docs/guide/coding-standards/readme.md b/docs/guide/coding-standards/readme.md
index dae3a8ad..b183256d 100644
--- a/docs/guide/coding-standards/readme.md
+++ b/docs/guide/coding-standards/readme.md
@@ -1,4 +1,4 @@
-# Overview
+# JavaScript and SASS
This project uses the following libraries to determine the best practices and guidelines for both SCSS and JavaScript syntax.
- [ESLint](https://eslint.org/)
- [Prettier](https://prettier.io/)
diff --git a/docs/guide/coding-standards/sass.md b/docs/guide/coding-standards/sass.md
deleted file mode 100644
index 0467ffa0..00000000
--- a/docs/guide/coding-standards/sass.md
+++ /dev/null
@@ -1 +0,0 @@
-# Sass Conventions and Standards \ No newline at end of file