Skip to content

Commit

Permalink
Updated sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Jun 2, 2021
1 parent d05382a commit afac56e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,5 @@ lint-fix: ## Run black with inplace for model_clone and sample/models.py.
# --------- Docs ---------------------------------------
# -----------------------------------------------------------
serve-docs:
@npm i -g docsify-cli
@npx docsify serve ./docs
35 changes: 17 additions & 18 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,31 @@
- [Installation](#installation)
* [Installation](#installation)

- [Usage](#usage)
* [Usage](#usage)

- [Inheriting from `CloneModel` or `CloneMixin`](#inheriting-from-clonemodel-or-clonemixin)
* [Subclassing the `CloneModel`](#subclassing-the-clonemodel)

- [Subclassing the `CloneModel`](#subclassing-the-clonemodel)
- [Using the `CloneMixin`](#using-the-clonemixin)
* [Using the `CloneMixin`](#using-the-clonemixin)

- [Duplicating a model instance](#duplicating-a-model-instance)
* [Duplicating a model instance](#duplicating-a-model-instance)

- [Bulk cloning a model](#bulk-cloning-a-model)
* [Bulk cloning a model](#bulk-cloning-a-model)

- [CloneMixin attributes](#clonemixin-attributes)
* [CloneMixin attributes](#clonemixin-attributes)

- [Explicit](#explicit)
- [Implicit](#implicit)
* [Explicit](#explicit)
* [Implicit](#implicit)

- [Creating clones without subclassing `CloneMixin`.](#creating-clones-without-subclassing-clonemixin)
* [Creating clones without subclassing `CloneMixin`.](#creating-clones-without-subclassing-clonemixin)

- [Django Admin](#django-admin)
* [Django Admin](#django-admin)

- [Duplicating Models from the Django Admin view.](#duplicating-models-from-the-django-admin-view)
* [Duplicating Models from the Django Admin view.](#duplicating-models-from-the-django-admin-view)

- [List View](#list-view)
- [Change View](#change-view)
* [List View](#list-view)
* [Change View](#change-view)

- [CloneModelAdmin class attributes](#clonemodeladmin-class-attributes)
* [CloneModelAdmin class attributes](#clonemodeladmin-class-attributes)

- [Found a Bug?](#found-a-bug)
* [Found a Bug?](#found-a-bug)

- [Contributors ✨](#contributors-)
* [Contributors ✨](#contributors-)

0 comments on commit afac56e

Please sign in to comment.