Skip to content

Commit

Permalink
better docs navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
nibblesnbits committed Nov 23, 2018
1 parent bcbcb44 commit 7d44514
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Getting Started with AnyQ
# Basic Implementation

AnyQ is designed to use in .NET 4.5 and above projects.

Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions docs/serialization.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Serializing Payloads

WIP
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
site_name: AnyQ Documentation
nav:
- Home: 'index.md'
- Introduction:
- Introduction:
- 'Getting Started': 'getting-started.md'
- 'Writing Job Handlers': 'job-handlers.md'
- 'Serialization': 'serialization.md'
- 'Logging': 'logging.md'
- 'Queue Implementations': 'impl-libs.md'
- 'Retreiving Job Status': 'job-status.md'
- API Reference:
- 'Core Library': 'core-api.md'
- 'Job Handlers': 'jobs-api.md'
- 'Retreiving Job Status': 'status-api.md'
theme: readthedocs

0 comments on commit 7d44514

Please sign in to comment.