Skip to content

Commit a6316b4

Browse files
Refactoring files to make a distinction between EMT and Azure docs (#87)
* Refactoring files to make a distinction between EMT and Azure docs * Fixing links
1 parent 6432241 commit a6316b4

17 files changed

+38
-38
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,21 @@ Check out these articles to quickly learn how to work with Edge Microvisor Toolk
3434

3535
**Edge Microvisor Toolkit Developer Node**
3636

37-
* [Downloading and installing the developer toolkit ISO image](./docs/developer-guide/get-started.md#edge-microvisor-toolkit-developer)
38-
* [Building a custom Edge Microvisor Toolkit image](./docs/developer-guide/get-started/building-howto.md)
37+
* [Downloading and installing the developer toolkit ISO image](./docs/developer-guide/emt-get-started.md#edge-microvisor-toolkit-developer)
38+
* [Building a custom Edge Microvisor Toolkit image](./docs/developer-guide/get-started/emt-building-howto.md)
3939

4040
**Edge Microvisor Toolkit Standalone Node**
4141

4242
* [Downloading and installing the standalone toolkit RAW image](https://github.com/open-edge-platform/edge-microvisor-toolkit-standalone-node)
4343

4444
**Common**
4545

46-
* [Hardware and software system requirements](./docs/developer-guide/system-requirements.md)
47-
* [Installing EMT on bare metal edge node](./docs/developer-guide/get-started/installation-howto.md#bare-metal-with-iso)
48-
* [Installing EMT on a Virtual Machine](./docs/developer-guide/get-started/installation-howto.md#virtual-machine-with-hyper-v)
49-
* [Integrating the Edge Manageability Framework](./docs/developer-guide/deployment-edge-orchestrator.md)
50-
* [Using the security features of the Edge Microvisor](./docs/developer-guide/security.md)
51-
* [Troubleshooting common issues](./docs/developer-guide/troubleshooting.md)
46+
* [Hardware and software system requirements](./docs/developer-guide/emt-system-requirements.md)
47+
* [Installing EMT on bare metal edge node](./docs/developer-guide/get-started/emt-installation-howto.md#bare-metal-with-iso)
48+
* [Installing EMT on a Virtual Machine](./docs/developer-guide/get-started/emt-installation-howto.md#virtual-machine-with-hyper-v)
49+
* [Integrating the Edge Manageability Framework](./docs/developer-guide/emt-deployment-edge-orchestrator.md)
50+
* [Using the security features of the Edge Microvisor](./docs/developer-guide/emt-security.md)
51+
* [Troubleshooting common issues](./docs/developer-guide/emt-troubleshooting.md)
5252

5353
## Getting Help
5454

@@ -57,7 +57,7 @@ If you encounter bugs, have feature requests, or need assistance,
5757

5858
Before submitting a new report, check the existing issues to see if a similar one has not
5959
been filed already. If no matching issue is found, feel free to file the issue as described
60-
in the [contribution guide](./docs/developer-guide/contribution.md).
60+
in the [contribution guide](./docs/developer-guide/emt-contribution.md).
6161

6262
For security-related concerns, please refer to [SECURITY.md](./SECURITY.md).
6363

@@ -69,7 +69,7 @@ Microvisor Toolkit repository, for easier access.
6969

7070
As an open-source project, Edge Microvisor Toolkit always looks for community-driven
7171
improvements. If you are interested in making the product even better, see how you can
72-
help in the [contribution guide](./docs/developer-guide/contribution.md).
72+
help in the [contribution guide](./docs/developer-guide/emt-contribution.md).
7373

7474
## License Information
7575

docs/developer-guide/assets/architecture-key-components.drawio.svg renamed to docs/developer-guide/assets/emt-architecture-key-components.drawio.svg

File renamed without changes.

docs/developer-guide/assets/architecture-update-flow.drawio.svg renamed to docs/developer-guide/assets/emt-architecture-update-flow.drawio.svg

File renamed without changes.

docs/developer-guide/assets/contribution-flow.drawio.svg renamed to docs/developer-guide/assets/emt-contribution-flow.drawio.svg

File renamed without changes.
File renamed without changes.

docs/developer-guide/assets/security-partitions.drawio.svg renamed to docs/developer-guide/assets/emt-security-partitions.drawio.svg

File renamed without changes.

docs/developer-guide/architecture-overview.md renamed to docs/developer-guide/emt-architecture-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The two immutable image microvisor versions integrate the Intel® kernel and
2121
enable the software and features offered by Intel® Open Edge Platform. Check out the
2222
overview of key software components:
2323

24-
![overview of key software components](./assets/architecture-key-components.drawio.svg)
24+
![overview of key software components](./assets/emt-architecture-key-components.drawio.svg)
2525

2626
## Edge Microvisor Toolkit Real Time
2727

@@ -404,7 +404,7 @@ nodes. While the update will only occur during these maintenance windows, new im
404404
downloaded in the background as soon as they become available. The diagram below shows the
405405
overall update flow and state transitions.
406406

407-
![update flow and state transitions](./assets/architecture-update-flow.drawio.svg)
407+
![update flow and state transitions](./assets/emt-architecture-update-flow.drawio.svg)
408408

409409
The Edge Microvisor Toolkit may also be updated as a standalone solution, through a manual
410410
update procedure, without the automation offered by Open Edge Platform. You can download the
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ review, better understand, and prioritize the request.
2222
The following diagram outlines the general workflow for pull requests made
2323
to the Edge Microvisor Toolkit repository:
2424

25-
![Contribution Flow](assets/contribution-flow.drawio.svg)
25+
![Contribution Flow](assets/emt-contribution-flow.drawio.svg)
2626

2727
## Release Cadence
2828

docs/developer-guide/deployment-edge-orchestrator.md renamed to docs/developer-guide/emt-deployment-edge-orchestrator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ process include:
3636

3737
## Learn More
3838

39-
- [Edge Microvisor Toolkit Architecture](architecture-overview.md)
39+
- [Edge Microvisor Toolkit Architecture](emt-architecture-overview.md)
4040
- [Edge Manageability Framework](https://github.com/open-edge-platform/edge-manageability-framework)
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ This section provides an overview of both the operating system and build
88
pipelines. Once you have decided on the usage scenarios presented below, you can
99
move on to:
1010

11-
- [Build a new Edge Microvisor Toolkit Image.](./get-started/building-howto.md)
12-
- [Install Edge Microvisor Toolkit from existing image.](./get-started/installation-howto.md)
11+
- [Build a new Edge Microvisor Toolkit Image.](./get-started/emt-building-howto.md)
12+
- [Install Edge Microvisor Toolkit from existing image.](./get-started/emt-installation-howto.md)
1313

1414
## Usage Scenarios
1515

@@ -66,7 +66,7 @@ Manageability Framework:
6666
- Microvisor Immutable Image with Real Time
6767

6868
For details on deploying Microvisor with Edge Manageability Framework, refer to
69-
the [Edge Manageability Framework deployment guide](../user-guide/deployment-edge-orchestrator.md).
69+
the [Edge Manageability Framework deployment guide](../user-guide/emt-deployment-edge-orchestrator.md).
7070

7171
## Image Support
7272

@@ -89,10 +89,10 @@ outlines the key differences between those.
8989
## Next Steps
9090

9191
- [System Requirements](./introduction)
92-
- [Production Deployment with Edge Manageability Framework](./deployment-edge-orchestrator.md)
92+
- [Production Deployment with Edge Manageability Framework](./emt-deployment-edge-orchestrator.md)
9393

9494
:::{toctree}
95-
./get-started/building-howto.md
96-
./get-started/installation-howto.md
97-
./get-started/sb-howto.md
95+
./get-started/emt-building-howto.md
96+
./get-started/emt-installation-howto.md
97+
./get-started/emt-sb-howto.md
9898
:::

0 commit comments

Comments
 (0)