This repository has been archived by the owner on Jun 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.mkdocs.yml
69 lines (69 loc) · 2.49 KB
/
.mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
site_name: 'Nokul Dokümantasyonu'
site_description: 'Nokul Projesi Dokümantasyonu'
repo_name: omu/nokul
repo_url: https://github.com/omu/nokul/tree/develop
copyright: 'Bu sitede yayınlanan dokümanlar <a href="https://creativecommons.org/licenses/by-sa/3.0/">CC Attribution-ShareAlike 3.0 Unported</a> ile lisanslanmıştır.'
docs_dir: doc
markdown_extensions:
- codehilite:
linenums: false
- extra
- mdx_truly_sane_lists
- pymdownx.superfences
theme:
name: material
language: tr
logo:
icon: pages
palette:
primary: blue grey
accent: indigo
plugins:
- search:
lang: tr
extra:
social:
- type: github
link: https://github.com/omu
- type: linkedin
link: https://linkedin.com/company/omu-baum
nav:
- Uygulama İç Yapısı:
- Kullanıcılar: app/user.md
- Birimler: app/unit.md
- Patron: app/patron.md
- Geliştirme:
- Rake Görevleri: development/tasks.md
- Testler: development/tests.md
- Seed İşlemleri: development/seeds.md
- Sırlar: development/secrets.md
- Docker: development/docker.md
- Vagrant: development/vagrant.md
- Yardımcılar:
- Birim Testler: helpers/unit-test.md
- link_to_helper: helpers/link_to_helper.md
- dynamic_select: helpers/dynamic_select.md
- Operasyonlar:
- Kurulum: operations/installation.md
- Güncelleme: operations/upgrading.md
- Konuşlandırma: operations/deployment.md
- Eklentiler:
- Support:
- Codification: plugins/support/codification.md
- Collection: plugins/support/collection.md
- Rest Client: plugins/support/rest_client.md
- Sensitive: plugins/support/sensitive.md
- Structure: plugins/support/structure.md
- Uniq Collection: plugins/support/uniq_collection.md
- Çekirdek Eklentileri: plugins/support/core_ext.md
- Tenant:
- Ortak:
- Geliştirme:
- Nokul::Tenant::Codification: plugins/tenant/common/development/codification.md
- Nokul::Tenant: plugins/tenant/common/development/tenant.md
- Nokul::Tenant::Units: plugins/tenant/common/development/units.md
- Spesifikasyonlar:
- Kullanıcıların İsimlendirilmesi: plugins/tenant/common/specification/user-names.md
- Öğrencilerin Numaralandırılması: plugins/tenant/common/specification/student-numbers.md
- Birim Kısaltmaları: plugins/tenant/common/specification/unit-abbreviations.md
- Birimlerin Kodlanması: plugins/tenant/common/specification/unit-codes.md