Skip to content

Commit

Permalink
Housekeeping: Add Table of Contents to the readme (#578)
Browse files Browse the repository at this point in the history
This adds a Table of Contents to the main readme. It was generated using VSCode's Markdown All in One extension and can be updated by it with a single command.

I place the ToC just below the introductory information, although it could go higher up if desired.
  • Loading branch information
kmgallahan authored Apr 15, 2022
1 parent 7aec7e7 commit c95f4ad
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,27 @@ This is a simple example to show how using Dynamic Data's collections and operat
If you have any questions, want to get involved or would simply like to keep abreast of developments, you are welcome to join the slack community [Reactive UI Slack](https://reactiveui.net/slack). I am also available [@RolandPheasant](https://twitter.com/RolandPheasant)
There is a blog at http://dynamic-data.org/ but alas it is hopelessly out of date.
## Table of Contents

* [Dynamic Data](#dynamic-data)
* [Sample Projects](#sample-projects)
* [Get in touch](#get-in-touch)
* [Table of Contents](#table-of-contents)
* [Create Dynamic Data Collections](#create-dynamic-data-collections)
* [The Observable List](#the-observable-list)
* [The Observable Cache](#the-observable-cache)
* [Creating Observable Change Sets](#creating-observable-change-sets)
* [Connect to a Cache or List](#connect-to-a-cache-or-list)
* [Create an Observable Change Set from an Rx Observable](#create-an-observable-change-set-from-an-rx-observable)
* [Create an Observable Change Set from an Rx Observable with an Expiring Cache](#create-an-observable-change-set-from-an-rx-observable-with-an-expiring-cache)
* [Create an Observable Change Set from an Observable Collection](#create-an-observable-change-set-from-an-observable-collection)
* [Create an Observable Change Set from an Binding List](#create-an-observable-change-set-from-an-binding-list)
* [Using the ObservableChangeSet static class](#using-the-observablechangeset-static-class)
* [Consuming Observable Change Sets](#consuming-observable-change-sets)
* [Observable list vs observable cache](#observable-list-vs-observable-cache)
* [History of Dynamic Data](#history-of-dynamic-data)
* [Want to know more?](#want-to-know-more)

## Create Dynamic Data Collections

### The Observable List
Expand Down

0 comments on commit c95f4ad

Please sign in to comment.