You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/help/style-guide.md
+5-7
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Erdiko coding style guide
2
2
3
-
All of the erdiko code is broken up into convenient packages that are published on either Packagist (PHP) or NPM (JavaScript & Sass). All code is stored on [Github](https://github.com/erdiko).
3
+
All of the Erdiko code is broken up into convenient packages that are published on either Packagist (PHP) or NPM (JavaScript & Sass). All code is stored on [Github](https://github.com/erdiko).
4
4
5
5
Below you will find details on how we write our code. We do our best to stick to these guidelines.
6
6
@@ -24,16 +24,14 @@ We follow Google's JavaScript style guide.
We adhere to Sass best practices, but we admit there is plenty of room for improvement here as we continue to break apart front-end code into re-usable packages.
<p>All of the erdiko code is broken up into convenient packages that are published on either Packagist (PHP) or NPM (JavaScript & Sass). All code is stored on <ahref="https://github.com/erdiko">Github</a>.</p>
740
+
<p>All of the Erdiko code is broken up into convenient packages that are published on either Packagist (PHP) or NPM (JavaScript & Sass). All code is stored on <ahref="https://github.com/erdiko">Github</a>.</p>
755
741
<p>Below you will find details on how we write our code. We do our best to stick to these guidelines.</p>
<p>We adhere to Sass best practices, but we admit there is plenty of room for improvement here as we continue to break apart front-end code into re-usable packages.</p>
Copy file name to clipboardExpand all lines: site/mkdocs/search_index.json
+6-11
Original file line number
Diff line number
Diff line change
@@ -972,12 +972,12 @@
972
972
},
973
973
{
974
974
"location": "/help/style-guide/",
975
-
"text": "Erdiko coding style guide\n\n\nAll of the erdiko code is broken up into convenient packages that are published on either Packagist (PHP) or NPM (JavaScript \n Sass). All code is stored on \nGithub\n.\n\n\nBelow you will find details on how we write our code. We do our best to stick to these guidelines.\n\n\nPHP\n\n\nWe adhere to the \nPSR\n coding style guide. \n\n\nhttp://www.php-fig.org/psr/psr-2/\n\n\nMore useful PHP-FIG links:\n\n\nhttp://www.php-fig.org/bylaws/psr-naming-conventions/\n\n\nhttp://www.php-fig.org/psr/psr-1/\n\n\nJavaScript\n\n\nWe follow Google's JavaScript style guide.\n\n\nhttps://google.github.io/styleguide/jsguide.html\n\n\nHTML\n\n\nWe follow Google's HTML style guide as well\n\n\nhttps://google.github.io/styleguide/htmlcssguide.html\n\n\nCSS\n\n\nSass\n\n\nhttp://sass-lang.com/",
975
+
"text": "Erdiko coding style guide\n\n\nAll of the Erdiko code is broken up into convenient packages that are published on either Packagist (PHP) or NPM (JavaScript \n Sass). All code is stored on \nGithub\n.\n\n\nBelow you will find details on how we write our code. We do our best to stick to these guidelines.\n\n\nPHP\n\n\nWe adhere to the \nPSR\n coding style guide. \n\n\nhttp://www.php-fig.org/psr/psr-2/\n\n\nMore useful PHP-FIG links:\n\n\nhttp://www.php-fig.org/bylaws/psr-naming-conventions/\n\n\nhttp://www.php-fig.org/psr/psr-1/\n\n\nJavaScript\n\n\nWe follow Google's JavaScript style guide.\n\n\nhttps://google.github.io/styleguide/jsguide.html\n\n\nHTML / CSS\n\n\nWe follow Google's HTML / CSS style guide as well\n\n\nhttps://google.github.io/styleguide/htmlcssguide.html\n\n\nSass\n\n\nWe adhere to Sass best practices, but we admit there is plenty of room for improvement here as we continue to break apart front-end code into re-usable packages.\n\n\nhttp://sass-lang.com/",
"text": "All of the erdiko code is broken up into convenient packages that are published on either Packagist (PHP) or NPM (JavaScript Sass). All code is stored on Github . Below you will find details on how we write our code. We do our best to stick to these guidelines.",
980
+
"text": "All of the Erdiko code is broken up into convenient packages that are published on either Packagist (PHP) or NPM (JavaScript Sass). All code is stored on Github . Below you will find details on how we write our code. We do our best to stick to these guidelines.",
981
981
"title": "Erdiko coding style guide"
982
982
},
983
983
{
@@ -991,18 +991,13 @@
991
991
"title": "JavaScript"
992
992
},
993
993
{
994
-
"location": "/help/style-guide/#html",
995
-
"text": "We follow Google's HTML style guide as well https://google.github.io/styleguide/htmlcssguide.html",
996
-
"title": "HTML"
997
-
},
998
-
{
999
-
"location": "/help/style-guide/#css",
1000
-
"text": "",
1001
-
"title": "CSS"
994
+
"location": "/help/style-guide/#html-css",
995
+
"text": "We follow Google's HTML / CSS style guide as well https://google.github.io/styleguide/htmlcssguide.html",
996
+
"title": "HTML / CSS"
1002
997
},
1003
998
{
1004
999
"location": "/help/style-guide/#sass",
1005
-
"text": "http://sass-lang.com/",
1000
+
"text": "We adhere to Sass best practices, but we admit there is plenty of room for improvement here as we continue to break apart front-end code into re-usable packages. http://sass-lang.com/",
0 commit comments