Skip to content

Commit

Permalink
Minor tweaks to way docs are presented to reader.
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-thompson-day8 committed Oct 12, 2017
1 parent 00ee8e8 commit cd1c947
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 53 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
@@ -1,6 +1,6 @@
# Contributing to re-frame

Thank you for taking the time to contribute! Please note that re-frame follows a [code of conduct](docs/Code-Of-Conduct.md).
Thank you for taking the time to contribute!

## Support questions

Expand Down
43 changes: 0 additions & 43 deletions docs/Code-Of-Conduct.md

This file was deleted.

19 changes: 10 additions & 9 deletions docs/README.md
@@ -1,14 +1,10 @@
# Table of content

## Introduction
* First, read this repo's README
* First, read this repo's [README](../README.md)
* [app-db (Application State)](ApplicationState.md)
* [First Code Walk-Through](CodeWalkthrough.md)
* [The API](API.md)
* [Mental Model Omnibus](MentalModelOmnibus.md)
* Alternative Introductions:
* [purelyfunctional.tv](https://purelyfunctional.tv/guide/re-frame-building-blocks/) - a detailed, well written introduction. (Plus they have commercial videos)
* [Lambda Island Videos](https://lambdaisland.com/episodes) - commercial videos on many clojure topics, including re-frame and reagent. Some are free.

## Dominoes 2 & 3
* [Infographic Overview](EventHandlingInfographic.md)
Expand All @@ -23,7 +19,6 @@
* [Correcting a wrong](SubscriptionsCleanup.md)
* [Flow Mechanics](SubscriptionFlow.md)


## Domino 5
* Reagent Tutorials
* [The Basics](https://github.com/Day8/re-frame/wiki#reagent-tutorials) (look at the bottom of that page)
Expand All @@ -32,6 +27,15 @@
* [Reagent Deep Dive Series from Timothy Pratley](http://timothypratley.blogspot.com.au/p/p.html) four part series
* [Props, Children & Component Lifecycle](https://www.martinklepsch.org/posts/props-children-and-component-lifecycle-in-reagent.html) by Martin Klepsch

## Deepen Your Knowledge

* [Mental Model Omnibus](MentalModelOmnibus.md)
* [FAQs](FAQs/README.md)
* [External Resources](External-Resources.md)
* Alternative Introductions:
* [purelyfunctional.tv](https://purelyfunctional.tv/guide/re-frame-building-blocks/) - a detailed, well written introduction. (Plus they have commercial videos)
* [Lambda Island Videos](https://lambdaisland.com/episodes) - commercial videos on many clojure topics, including re-frame and reagent. Some are free.

## App Structure
* [Basic App Structure](Basic-App-Structure.md)
* [Navigation](Navigation.md)
Expand All @@ -48,10 +52,7 @@
* [Testing](Testing.md)

## Miscellaneous
* [FAQs](FAQs/README.md)
* [External Resources](External-Resources.md)
* [Eek! Performance Problems](Performance-Problems.md)
* [Solve the CPU hog problem](Solve-the-CPU-hog-problem.md)
* [Using Stateful JS Components](Using-Stateful-JS-Components.md)
* [The re-frame Logo](The-re-frame-logo.md)
* [Code Of Conduct](Code-Of-Conduct.md)

0 comments on commit cd1c947

Please sign in to comment.