Skip to content

Commit fc1b7d3

Browse files
Refactoring files to make a distinction between EMT and Azure docs
1 parent c52c1b7 commit fc1b7d3

16 files changed

+31
-31
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The currently published versions are:
1818
* Edge Microvisor Toolkit with real time extensions (immutable)
1919
* Edge Microvisor Toolkit Standalone (immutable) ([Download link](https://edgesoftwarecatalog.intel.com/details/?microserviceType=recipe&microserviceNameForUrl=edge-microvisor-toolkit-standalone-node))
2020
* Edge Microvisor Toolkit Developer (mutable) ([Download link](https://edgesoftwarecatalog.intel.com/details/?microserviceType=recipe&microserviceNameForUrl=edge--microvisor-toolkit-development-node))
21-
21+
2222
The Edge Microvisor Toolkit has undergone extensive validation across all Intel
2323
platforms such as Xeon®, Intel® Core Ultra™, Intel Core™ and Intel® Atom®. It
2424
provides robust support for integrated and Intel discrete GPU cards, as well as
@@ -32,22 +32,22 @@ Toolkit are available as Open-Source.
3232

3333
Check out these articles to quickly learn how to work with Edge Microvisor Toolkit:
3434

35-
* [System requirements](./docs/developer-guide/system-requirements.md)
35+
* [System requirements](./docs/developer-guide/emt-system-requirements.md)
3636
for the hardware and software requirements.
37-
* [Install on bare metal edge node](./docs/developer-guide/get-started/installation-howto.md#baremetal-with-iso) or
38-
[Install on a Virtual Machine](./docs/developer-guide/get-started/installation-howto.md#virtual-machine-with-hyper-v)
37+
* [Install on bare metal edge node](./docs/developer-guide/get-started/emt-installation-howto.md#baremetal-with-iso) or
38+
[Install on a Virtual Machine](./docs/developer-guide/get-started/emt-installation-howto.md#virtual-machine-with-hyper-v)
3939
to learn how to install Edge Microvisor Toolkit.
40-
* [Install the developer ISO image](./docs/developer-guide/get-started.md#standalone-developer-edge-node)
40+
* [Install the developer ISO image](./docs/developer-guide/emt-get-started.md#standalone-developer-edge-node)
4141
for a mutable container host providing only minimum functionality.
42-
* [Install the production RAW image]( ./docs/developer-guide/get-started.md#standalone-edge-node)
42+
* [Install the production RAW image]( ./docs/developer-guide/emt-get-started.md#standalone-edge-node)
4343
for an immutable container host with essential functionality.
44-
* [Build or customize the Edge Microvisor](./docs/developer-guide/get-started/building-howto.md)
44+
* [Build or customize the Edge Microvisor](./docs/developer-guide/get-started/emt-building-howto.md)
4545
for maximum control over the system you want to deploy.
46-
* [Edge Manageability Framework integration](./docs/developer-guide/deployment-edge-orchestrator.md)
46+
* [Edge Manageability Framework integration](./docs/developer-guide/emt-deployment-edge-orchestrator.md)
4747
for scalable, secure, reliable, and automated management of edge infrastructure.
48-
* [Understand the security features of the Edge Microvisor](./docs/developer-guide/security.md)
48+
* [Understand the security features of the Edge Microvisor](./docs/developer-guide/emt-security.md)
4949
to ensure security for workloads and data.
50-
* [Troubleshooting](./docs/developer-guide/troubleshooting.md) provides you answers to commonly asked questions.
50+
* [Troubleshooting](./docs/developer-guide/emt-troubleshooting.md) provides you answers to commonly asked questions.
5151

5252
## Getting Help
5353

@@ -56,7 +56,7 @@ If you encounter bugs, have feature requests, or need assistance,
5656

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

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

@@ -68,7 +68,7 @@ Microvisor Toolkit repository, for easier access.
6868

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

7373
## License Information
7474

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
### Update of Edge Node Agents
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 an Edge Microvisor Toolkit Image.](./get-started/building-howto.md)
12-
- [Install Edge Microvisor Toolkit.](./get-started/installation-howto.md)
11+
- [Build an Edge Microvisor Toolkit Image.](./get-started/emt-building-howto.md)
12+
- [Install Edge Microvisor Toolkit.](./get-started/emt-installation-howto.md)
1313

1414
## Usage Scenarios
1515

@@ -89,7 +89,7 @@ Manageability Framework:
8989
- Microvisor Immutable Image with Real Time
9090

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

9494
## Image Support
9595

@@ -112,10 +112,10 @@ outlines the key differences between those.
112112
## Next Steps
113113

114114
- [System Requirements](./introduction)
115-
- [Production Deployment with Edge Manageability Framework](./deployment-edge-orchestrator.md)
115+
- [Production Deployment with Edge Manageability Framework](./emt-deployment-edge-orchestrator.md)
116116

117117
:::{toctree}
118-
./get-started/building-howto.md
119-
./get-started/installation-howto.md
120-
./get-started/sb-howto.md
118+
./get-started/emt-building-howto.md
119+
./get-started/emt-installation-howto.md
120+
./get-started/emt-sb-howto.md
121121
:::

0 commit comments

Comments
 (0)