Basic config and skeleton of structure
This commit is contained in:
parent
17ee241708
commit
1341938262
6 changed files with 148 additions and 1 deletions
73
content/NAVPatterns/1-patterns/index.md
Normal file
73
content/NAVPatterns/1-patterns/index.md
Normal file
|
|
@ -0,0 +1,73 @@
|
|||
+++
|
||||
title = "1-patterns.md"
|
||||
weight = 110
|
||||
+++
|
||||
## Browse design patterns by tags
|
||||
|
||||
_(for "all patterns", choose a title from the left menu)._
|
||||
|
||||
_
|
||||
_
|
||||
|
||||
"It's all about the user"
|
||||
|
||||
* [User eXperience][anchor0]
|
||||
* [User productivity][anchor1]
|
||||
* [UI][anchor2]
|
||||
* [Data entry][anchor3]
|
||||
|
||||
Setting NAV up
|
||||
|
||||
* [Setup][anchor4]
|
||||
|
||||
General software development
|
||||
|
||||
* [Error handling][anchor5]
|
||||
* [.NET][anchor6]
|
||||
* [Metadata][anchor7]
|
||||
* [Architecture][anchor8]
|
||||
* [Caching][anchor9]
|
||||
A partners' world
|
||||
|
||||
* [For new NAV developers][anchor10]
|
||||
* [Developer productivity][anchor11]
|
||||
* [Localization][anchor12]
|
||||
* [Upgrade][anchor13]
|
||||
* [Make the Web work for you][anchor14]
|
||||
|
||||
NAV specifics
|
||||
|
||||
* [Event Subscription][anchor15]
|
||||
* [Journal][anchor16]
|
||||
* [Query][anchor17]
|
||||
* [Document][anchor18]
|
||||
* [Reports][anchor19]
|
||||
* [Posting][anchor20]
|
||||
* [MiniApp][anchor21]
|
||||
* [Files ][anchor22]
|
||||
|
||||
|
||||
|
||||
[anchor0]: /nav/w/designpatterns/tags/UI/User%2bexperience
|
||||
[anchor1]: /nav/w/designpatterns/tags/User%2bProductivity
|
||||
[anchor2]: /nav/w/designpatterns/tags/UI
|
||||
[anchor3]: /nav/w/designpatterns/tags/data%2bentry
|
||||
[anchor4]: /nav/w/designpatterns/tags/setup
|
||||
[anchor5]: /nav/w/designpatterns/tags/error%2bhandling
|
||||
[anchor6]: /nav/w/designpatterns/tags/-NET
|
||||
[anchor7]: /nav/w/designpatterns/tags/Metadata
|
||||
[anchor8]: /nav/w/designpatterns/tags/architecture
|
||||
[anchor9]: /nav/w/designpatterns/tags/Caching
|
||||
[anchor10]: /nav/w/designpatterns/tags/For%2bnew%2bNAV%2bdevelopers
|
||||
[anchor11]: /nav/w/designpatterns/tags/developer%2bproductivity
|
||||
[anchor12]: /nav/w/designpatterns/tags/Localization
|
||||
[anchor13]: /nav/w/designpatterns/tags/upgrade
|
||||
[anchor14]: /nav/w/designpatterns/tags/web
|
||||
[anchor15]: /nav/w/designpatterns/tags/Event%2bSubscription
|
||||
[anchor16]: /nav/w/designpatterns/tags/journal
|
||||
[anchor17]: /nav/w/designpatterns/tags/query
|
||||
[anchor18]: /nav/w/designpatterns/tags/document
|
||||
[anchor19]: /nav/w/designpatterns/tags/reports
|
||||
[anchor20]: /nav/w/designpatterns/tags/posting
|
||||
[anchor21]: /nav/w/designpatterns/tags/miniapp
|
||||
[anchor22]: /nav/w/designpatterns/tags/files
|
||||
12
content/NAVPatterns/_index.md
Normal file
12
content/NAVPatterns/_index.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
+++
|
||||
chapter = true
|
||||
pre = "<b><i class='fas fa-save'></i> </b>"
|
||||
title = "NAVPatterns"
|
||||
weight = 20
|
||||
+++
|
||||
|
||||
### Chapter X
|
||||
|
||||
# Some Chapter title
|
||||
|
||||
Lorem Ipsum.
|
||||
Loading…
Add table
Add a link
Reference in a new issue