Skip to content
Snippets Groups Projects
Commit 25981be1 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Changing site title

parent 3c04d717
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,7 @@ mv ${9^^}/* docs/
sed -i 's/'${9^^}'\///g' _nav.yml
cat _nav.yml >> mkdocs.yml
cp docs/0.md docs/index.md
sed -i 's/##PROJECT/'${9^^}'/g' mkdocs.yml
## Create download tab if official baseline version
if [[ ${10} == v* ]]; then
......
site_name: oneM2M Specifications
site_name: oneM2M ##PROJECT
copyright: "Copyright © 2024 oneM2M Partnership Project"
......
......@@ -430,7 +430,7 @@ def writeClauses(outClauses:list[Clause], filename:str, navTitle:str) -> None:
with open(f'{os.path.dirname(filename)}/_nav.yml', 'w') as file:
if veryVerbose:
print(f'[dim]Writing navigation file')
file.write(f' - {navTitle}:\n')
#file.write(f' - {navTitle}:\n')
for i, f in enumerate(outClauses):
# TODO generate also the navigation for the first non-header clause
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment