Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

roadmap #87

Closed
14 of 15 tasks
zoepage opened this issue Dec 2, 2014 · 2 comments
Closed
14 of 15 tasks

roadmap #87

zoepage opened this issue Dec 2, 2014 · 2 comments

Comments

@zoepage
Copy link
Contributor

zoepage commented Dec 2, 2014

Here are the next steps to take:

  • adding new design
  • moving all design files to src folder
  • review content structure
  • add all content to the aside menu
  • new structure for content (smart URLS)
  • add subnavigation
  • add templates for subnavigation
  • add cheatsheet to footer
  • change folder structure (translations)
  • translate navigation and initial pages in german (translations)
  • add lang switch to the docs (translations)
  • add code highlighting
  • add doc's link to website and blog
  • review content
  • add hoodie-css-framework to the repo and delete internal styles
    (after extracting it from the website and blog)
@zoepage zoepage self-assigned this Dec 5, 2014
@espy
Copy link
Contributor

espy commented Jul 6, 2015

Code highlighting is in, at least on a global level, but it requires setting the language on each code block like this:

In HTML:

<pre><code class="language-javascript">
console.log('otters');
</code></pre>

In Markdown

```javascript
console.log('yo');
``` // Ignore this comment, it's for github's formatter

Note that the language identifier for HTML is not HTML, but markup.

Since we're editing all the docs and examples anyway, this will eventually get closed.

@zoepage
Copy link
Contributor Author

zoepage commented Jul 6, 2015

Could you please add this to the README.md and also ping the translation teams, so they can fix that in their translations? thank you <3

@gr2m gr2m closed this as completed Apr 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants