Update 'new document repository'
@ -59,13 +59,17 @@ To delivery new document repository the following steps need to be taken:
 | 
			
		||||
8. Update manually zuul.yaml on doc-exports repository to enable check jobs for newly added repos
 | 
			
		||||
 | 
			
		||||
9. Generate updated metadata.yaml in the doc-exports repository with tools/generate_docexports_data.py:
 | 
			
		||||
    ```
 | 
			
		||||
 | 
			
		||||
	```
 | 
			
		||||
    python tools/generate_docexports_data.py > ../../docs/doc-exports/metadata.yaml
 | 
			
		||||
    ```
 | 
			
		||||
   Consequentially create PR with changed content in doc-exports repo
 | 
			
		||||
 | 
			
		||||
	Consequentially create PR with changed content in doc-exports repo
 | 
			
		||||
   
 | 
			
		||||
10. Update conf.py and tox.ini in target repositorie:
 | 
			
		||||
 | 
			
		||||
	```
 | 
			
		||||
    python3 ~/otc-metadata/tools/generate_doc_confpy.py --update-tox --service-type er --target-environment internal --work-dir ~/test92
 | 
			
		||||
    ```
 | 
			
		||||
    It will create confpy branch in targe repository. For successful check jobs make sure that in target doc directories the _static folder with .placeholder file is created
 | 
			
		||||
 | 
			
		||||
	It will create confpy branch in targe repository. For successful check jobs make sure that in target doc directories the _static folder with .placeholder file is created
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user