first commit
This commit is contained in:
commit
fd6fe99af5
BIN
docs/assets/favicon.ico
Normal file
BIN
docs/assets/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.6 KiB |
BIN
docs/assets/olive-banner.png
Normal file
BIN
docs/assets/olive-banner.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
36
docs/index.md
Normal file
36
docs/index.md
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
# Examples
|
||||||
|
Ecamples documetnas
|
||||||
|
|
||||||
|
|
||||||
|
# Milestones
|
||||||
|
|
||||||
|
|
||||||
|
infrastructure level I finished
|
||||||
|
getting new recruits
|
||||||
|
choosing project
|
||||||
|
Minimum Viable Product (MVP), the reason for agile programming
|
||||||
|
|
||||||
|
Where (swiss, maroc)
|
||||||
|
Who
|
||||||
|
why
|
||||||
|
when
|
||||||
|
what
|
||||||
|
|
||||||
|
# Learning
|
||||||
|
|
||||||
|
writing, thinking and learning are the same.
|
||||||
|
|
||||||
|
Project list:
|
||||||
|
1. [Scheduling Problem]
|
||||||
|
2. Learn Arabic Language/Learn Any Language (LAL)
|
||||||
|
3. some more
|
||||||
|
|
||||||
|
|
||||||
|
Learning Lanes:
|
||||||
|
- Basic and introducion themes
|
||||||
|
- Applied Themes (blockchain, constrained programming, AI integration, ..)
|
||||||
|
- working process themes (git, coding styles, IDE Emacs, testing, CI/CD piplines, ..)
|
||||||
|
|
||||||
|
[Scheduling Problem] : scheduling.md
|
||||||
|
# [sponsors]: https://squidfunk.github.io/mkdocs-material/insiders/
|
||||||
|
# [available features]: https://squidfunk.github.io/mkdocs-material/insiders/#whats-in-for-me
|
||||||
74
mkdocs.yml
Executable file
74
mkdocs.yml
Executable file
@ -0,0 +1,74 @@
|
|||||||
|
|
||||||
|
# Project information
|
||||||
|
site_name: olive it: I love IT
|
||||||
|
site_url: https://mkdocs-material.github.io/examples/
|
||||||
|
site_author: Oliver Büchel
|
||||||
|
site_description: >-
|
||||||
|
Continous quality delivered by continous learning, breaking
|
||||||
|
the wall of comfortable mediocracy
|
||||||
|
|
||||||
|
# Repository
|
||||||
|
repo_name: oliveit-web
|
||||||
|
repo_url: https://gitea.olive-it.ch/oli/public-testrepo2.git
|
||||||
|
|
||||||
|
# Copyright
|
||||||
|
# copyright: Copyright © 1700 - 2200
|
||||||
|
|
||||||
|
# Theme
|
||||||
|
theme:
|
||||||
|
# name: material
|
||||||
|
name: readthedocs
|
||||||
|
features:
|
||||||
|
- content.action.edit
|
||||||
|
- content.action.view
|
||||||
|
- content.tooltips
|
||||||
|
- navigation.sections
|
||||||
|
favicon: assets/favicon.ico
|
||||||
|
icon:
|
||||||
|
logo: assets/olive-banner.png
|
||||||
|
|
||||||
|
# Plugins
|
||||||
|
# plugins:
|
||||||
|
# - projects:
|
||||||
|
# projects_dir: examples
|
||||||
|
# projects_config_transform: !!python/name:examples.transform
|
||||||
|
# log_level: info
|
||||||
|
|
||||||
|
# Hooks
|
||||||
|
hooks:
|
||||||
|
- hooks/archive.py
|
||||||
|
|
||||||
|
validation:
|
||||||
|
nav:
|
||||||
|
omitted_files: warn
|
||||||
|
not_found: warn
|
||||||
|
absolute_links: warn
|
||||||
|
links:
|
||||||
|
not_found: warn
|
||||||
|
absolute_links: warn
|
||||||
|
unrecognized_links: warn
|
||||||
|
|
||||||
|
# Customization
|
||||||
|
extra:
|
||||||
|
analytics:
|
||||||
|
provider: google
|
||||||
|
property: !ENV GOOGLE_ANALYTICS_KEY
|
||||||
|
|
||||||
|
# Extensions
|
||||||
|
markdown_extensions:
|
||||||
|
- admonition
|
||||||
|
- attr_list
|
||||||
|
- footnotes
|
||||||
|
- toc:
|
||||||
|
permalink: true
|
||||||
|
- pymdownx.betterem:
|
||||||
|
smart_enable: all
|
||||||
|
- pymdownx.details
|
||||||
|
- pymdownx.emoji:
|
||||||
|
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
||||||
|
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
||||||
|
- pymdownx.highlight:
|
||||||
|
anchor_linenums: true
|
||||||
|
- pymdownx.keys
|
||||||
|
- pymdownx.tabbed:
|
||||||
|
alternate_style: true
|
||||||
Loading…
x
Reference in New Issue
Block a user