Skip to content

Commit

Permalink
Add framework to doc titles
Browse files Browse the repository at this point in the history
  • Loading branch information
thisismydesign committed May 4, 2019
1 parent 904ff8a commit 181f909
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion js/package.md
@@ -1,4 +1,4 @@
Package development
# Javascript / Package development

- [README template](package-readme-template.md)

Expand Down
2 changes: 1 addition & 1 deletion node/file-structure-naming.md
@@ -1,4 +1,4 @@
# File structure and naming
# Node.js / File structure and naming

- The [Express generator](http://expressjs.com/en/starter/generator.html) creates a familiar skeleton.
- There's [no consensus](https://stackoverflow.com/a/47945694/2771889) on the right structure (e.g. [1](https://www.infoworld.com/article/3204205/node-js/7-keys-to-structuring-your-nodejs-app.html), [2](https://blog.risingstack.com/node-hero-node-js-project-structure-tutorial/)) but it doesn't matter from the framework's point of view.
Expand Down
2 changes: 1 addition & 1 deletion node/testing.md
@@ -1,4 +1,4 @@
# Testing
# Node.js / Testing

## Unit testing

Expand Down
2 changes: 1 addition & 1 deletion node/way-of-working.md
@@ -1,4 +1,4 @@
# Way of working
# Node.js / Way of working

## Tools

Expand Down
2 changes: 1 addition & 1 deletion react/file-structure-naming.md
@@ -1,4 +1,4 @@
# File structure and naming
# React / File structure and naming

## Example project structure

Expand Down
2 changes: 1 addition & 1 deletion react/styling-and-css.md
@@ -1,4 +1,4 @@
# Styling and CSS
# React / Styling and CSS

*How should we style our React app?*

Expand Down
2 changes: 1 addition & 1 deletion react/testing.md
@@ -1,4 +1,4 @@
# Testing
# React / Testing

## Unit testing

Expand Down
2 changes: 1 addition & 1 deletion react/way-of-working.md
@@ -1,4 +1,4 @@
# Way of Working
# React / Way of Working

## Tools

Expand Down
2 changes: 1 addition & 1 deletion ruby/gem.md
@@ -1,4 +1,4 @@
# Gem development
# Ruby / Gem development

- [Bundler's guide for developing a gem](http://bundler.io/guides/creating_gem.html)
- [RubyGems' guide on gem naming](http://guides.rubygems.org/name-your-gem/)
Expand Down
2 changes: 1 addition & 1 deletion universal/code-style.md
@@ -1,4 +1,4 @@
# Universal code style guide
# Code style guide


## Code style
Expand Down

0 comments on commit 181f909

Please sign in to comment.