Skip to content

Commit af35111

Browse files
Cyber1000rgerganov
authored andcommitted
added autogenerate-hint to Example.md
1 parent a583b66 commit af35111

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Examples.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
*This file was auto-generated by create_example_page.py, do not edit this file manually*
2+
13
# http
24
## Status (Device: AC2729/10)
35
Execution:

create_example_page.py

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ def test_data():
99
with open(
1010
os.path.join(dir_path, "{}.md".format("Examples")), mode="w"
1111
) as md_file:
12+
md_file.write(
13+
"*This file was auto-generated by create_example_page.py, do not edit this file manually*\n\n"
14+
)
1215
data = json.load(json_file)
1316
for client_type in data:
1417
create_header(md_file, client_type)

0 commit comments

Comments
 (0)