You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Projects/PRJNAME/Deployment/high_level_architecture.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ A high-level architecture outlines the interconnected components and how they in
10
10
## Components
11
11
As shown in the diagram below, the SOLUTION consists of three different hardware elements, including two DataMiner systems that contain the necessary modules for processing and distributing messages:
In the interaction diagram below, a DataMiner node process query commands from an aggregator in response to external actions from an implemented third-party application UI:
Copy file name to clipboardexpand all lines: README.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -30,20 +30,21 @@ The template is designed to serve as a foundational repository that can later be
30
30
31
31
1. Follow the steps described at [Creating a repository from a template](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template#creating-a-repository-from-a-template)
32
32
2. The template uses several placeholders between '{{ }}' characters. Find and replace these with the appropriate values for the project being documented.
33
-
> [!IMPORTANT] A special placeholder between _\<PRJID\>_ was used to create the **uid** references of the provided articles. You **must** find and replace all instances of this placeholder with a string that uniquely identifies the project being documented. Ensure that you use only characters permissible for creating UID references (for example, replacing \<PRJID\> with GCPVO123).
34
-
3. Update existing articles or add new ones, ensuring the toc.yml file is properly referencing the new articles.
33
+
> [IMPORTANT] A special placeholder between _\<PRJID\>_ was used to create the **uid** references of the provided articles. You **must** find and replace all instances of this placeholder with a string that uniquely identifies the project being documented. Ensure that you use only characters permissible for creating UID references (for example, replacing \<PRJID\> with GCPVO123).
34
+
3. Rename the default project name _PRJNAME_ within the Projects and images folders with the name of the new project under documentation
35
+
4. Update existing articles or add new ones, ensuring the toc.yml file is properly referencing the new articles.
35
36
4. Build and test the project by using the _Docfx build_ command
36
37
5. When you are confident that the documentation is ready for integration, please follow the instructions below
37
38
38
39
### How to integrate into internal docs
39
40
1. Follow our guidelines to collaborate on the documentation, which typically requires creating a fork of internal docs
40
41
2. Create a new folder in the Projects directory with a name that intuitively identifies your project
41
-
3. Copy the contents of the _articles_ and _images_ folders from your documentation repository into the new folder in the forked project
42
+
3. Copy the contents of the project and images folders from your documentation repository into the new folder in the forked project
42
43
4. Stage all new folders and files so they are ready to commit
43
44
5. Edit the _toc.yml_ file located in the Project's root folder and add a new section in the correct position, following the alphabetical order of the other projects:
44
45
> -name: Test Project
45
46
>
46
-
> href: Test Project/articles/toc.yml
47
+
> href: Test Project/toc.yml
47
48
48
49
6. Build and test the fork project by using the Docfx build command
49
50
7. Ensure that your new project documentation aligns correctly with existing projects. Make adjustments as needed
0 commit comments