Skip to content

Commit

Permalink
Added syntax highlighting with prism.js for documentation!
Browse files Browse the repository at this point in the history
Other Changes:
* Got rid of table make-table-expanded and make-table-condensed mixins in favor of using a give-table-size mixin.
* I clearified the use of base, modifier and utility mixins/classes for elements.
* Optimized all code examples and markup for documentation.
  • Loading branch information
sebnitu committed Mar 17, 2015
1 parent f31fda7 commit ba69f4c
Show file tree
Hide file tree
Showing 45 changed files with 2,346 additions and 1,429 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

---

Currently v0.11.0
Currently v0.11.1

---

Expand All @@ -18,10 +18,8 @@ Documentation is currently being worked on and you can view them if you clone or

## To-Do

* Add syntax highlighting JavaScript or Node.js module for documentation code examples. Look into: [prettify](https://code.google.com/p/google-code-prettify/), [prismjs](http://prismjs.com/), [highlightjs](https://highlightjs.org/)
* Add some form of change or development log, similar to [Cargo Devlog](http://cargocollective.com/devlog).
* Incorporate [markdown-it](https://www.npmjs.com/package/markdown-it) node module for use with the devlog and readme.
* Figure out versioning using [Semantic Versioning 2.0.0](http://semver.org/).
* `npm install` latest versions of node packages and fix any issues with build scripts.
* Setup auto deployment for docs to [http://getbaseweb.com/](http://getbaseweb.com/).
* Setup build script to auto generate our READE.me file.
Expand Down
19 changes: 2 additions & 17 deletions docs/blocks.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h1><a href="/index.html" class="logo">BaseWeb</a></h1>

<div id="content" class="content">
<div class="toolbar">
<span class="version">Currently v0.11.0</span>
<span class="version">Currently v0.11.1</span>
<a href="https:&#x2F;&#x2F;github.com&#x2F;sebnitu&#x2F;BaseWeb.git" class="btn btn-default">Download BaseWeb</a>
</div><!-- .toolbar -->

Expand All @@ -119,25 +119,10 @@ <h1 class="docs-header">Button Group</h1>
<section id="notice" class="subpage">
<h1 class="docs-header">Notice</h1>

<div class="notice notice-default">
<p>...</p>
</div>

<div class="notice notice-success">
<p>...</p>
</div>

<div class="notice notice-info">
<p>...</p>
</div>

<div class="notice notice-warning">
<p>...</p>
<p>The <strong>notice block module</strong> and <strong>documentation</strong> is currently being worked on and will be available soon.</p>
</div>

<div class="notice notice-danger">
<p>...</p>
</div>
</section><!-- .subpage -->
</div>
</div><!-- .content -->
Expand Down
Loading

0 comments on commit ba69f4c

Please sign in to comment.