commit fd6fe99af57dfb553c90d9de0be28d98b72fb5ea Author: Olivier Büchel Date: Fri Jan 16 22:37:48 2026 +0100 first commit diff --git a/docs/assets/favicon.ico b/docs/assets/favicon.ico new file mode 100644 index 0000000..bf73271 Binary files /dev/null and b/docs/assets/favicon.ico differ diff --git a/docs/assets/olive-banner.png b/docs/assets/olive-banner.png new file mode 100644 index 0000000..b332574 Binary files /dev/null and b/docs/assets/olive-banner.png differ diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..1612b90 --- /dev/null +++ b/docs/index.md @@ -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 diff --git a/mkdocs.yml b/mkdocs.yml new file mode 100755 index 0000000..162d9fe --- /dev/null +++ b/mkdocs.yml @@ -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