forked from publicissapient-france/e-footprint
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
68 lines (64 loc) · 2.15 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
theme:
name: material
features:
- content.code.copy
site_name: e-footprint documentation
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
docs_dir: docs_sources/generated_mkdocs_sourcefiles
site_dir: docs
nav:
- Introduction: index.md
- Tutorial: tutorial.md
- Explanation:
- Explanation overview: explanation_overview.md
- e-footprint scope: efootprint_scope.md
- Why e-footprint ?: why_efootprint.md
- How to get started: get_started.md
- The e-footprint methodology: methodology.md
- e-footprint design choices deep dive: design_deep_dive.md
- How-to guides:
- How to model a machine learning workflow: machine_learning_workflow.md
- How to model a database: database_modeling.md
- How to model the evolution of a system across time: evolution_across_time.md
- How to model server to server interaction: server_to_server_interaction.md
- e-footprint objects reference:
- How to read the object reference: object_reference.md
- Hardware:
- Servers:
- Server: Server.md
- GPU Server: GPUServer.md
- Boavizta cloud server: BoaviztaCloudServer.md
- Hardware: Hardware.md
- Network: Network.md
- Storage: Storage.md
- Services:
- Web application:
- Web application service: WebApplication.md
- Web application job: WebApplicationJob.md
- Video streaming:
- Video streaming service: VideoStreaming.md
- Video streaming job: VideoStreamingJob.md
- Gen AI:
- Gen AI service: GenAIModel.md
- Gen AI job: GenAIJob.md
- Usage:
- UsagePattern: UsagePattern.md
- UsageJourney: UsageJourney.md
- UsageJourneyStep: UsageJourneyStep.md
- Job: Job.md
- System: System.md
- Country: Country.md
- FAQ:
- What about best practices ?: best_practices.md
- What about measurement tools ?: measurement_tools.md
- What about the build process of the service ?: build_process.md
- Why only CO2 ?: only_CO2.md
- External links: links.md
- Changelog: Changelog.md