contributors section

v1.18.x
psychobunny 11 years ago
parent db31072f91
commit f3fcae0711

@ -1,11 +1,8 @@
Resources Developers Resources
========= ====================
.. note::
testing This section is under construction.
* `Building a new Admin Page <https://github.com/designcreateplay/NodeBB/wiki/How-to-build-a-new-Admin-Page>`_ (Out of date)
testing
-------
testing

@ -1,7 +1,7 @@
NodeBB Style Guide NodeBB Style Guide
================== ==================
For the most part, NodeBB follows the [Google Javascript Style Guide](http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml) For the most part, NodeBB follows the `Google Javascript Style Guide <http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml>`_.
Code Formatting Code Formatting
------------------- -------------------
@ -13,7 +13,7 @@ Code Formatting
Indentation & Bracing Indentation & Bracing
------------------- -------------------
NodeBB uses tabbed indentation. Bracing should follow the [One True Brace Style](http://en.wikipedia.org/wiki/Indent_style#Variant:_1TBS): NodeBB uses tabbed indentation. Bracing should follow the `One True Brace Style <http://en.wikipedia.org/wiki/Indent_style#Variant:_1TBS>`_:
.. code:: javascript .. code:: javascript

Loading…
Cancel
Save