From 9e20a90a38256932c9f97c1366c0ae9eb48a159c Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 31 Aug 2018 10:26:53 +0200 Subject: [PATCH] Remove distinct --- Docs/Developer/en/SUMMARY.md | 5 +++++ Docs/Developer/en/accounts.md | 7 +++++++ 2 files changed, 12 insertions(+) create mode 100644 Docs/Developer/en/SUMMARY.md create mode 100644 Docs/Developer/en/accounts.md diff --git a/Docs/Developer/en/SUMMARY.md b/Docs/Developer/en/SUMMARY.md new file mode 100644 index 0000000..e174f36 --- /dev/null +++ b/Docs/Developer/en/SUMMARY.md @@ -0,0 +1,5 @@ +# Table of Contents + +* [Settings]({%}&page=settings) +* [Accounts]({%}&page=accounts) +* [Groups]({%}&page=groups) diff --git a/Docs/Developer/en/accounts.md b/Docs/Developer/en/accounts.md new file mode 100644 index 0000000..6e32e51 --- /dev/null +++ b/Docs/Developer/en/accounts.md @@ -0,0 +1,7 @@ +# Accounts + +## DataMapper + +## Controller + +## API \ No newline at end of file