Project

Profile

Help

Task #7229

Updated by dkliban@redhat.com over 3 years ago

We currently host 'pulpcore' documentation at the root of docs.pulproject.org. We want to publish documentation for additional pulp plugins under that domain. TWe want each plugin to be stored in the directory corresponding to its name.  

 ~~~ 
 docs.pulpproject.org/pulpcore/ 
 docs.pulpproject.org/pulp_rpm/ 
 docs.pulpproject.org/pulp_file/ 
 docs.pulpproject.org/pulp_container/ 
 docs.pulpproject.org/pulp_deb/ 
 docs.pulpproject.org/pulp_gem/ 
 docs.pulpproject.org/pulp_npm/ 
 docs.pulpproject.org/pulp_maven/ 
 docs.pulpproject.org/pulp_python/ 
 docs.pulpproject.org/pulp_ansible/ 
 ~~~ 
 

 The root of the domain should forward users to `docs.pulpproject.org/pulpcore/`. docs.pulpproject.org/pulpcore/. 

 Each plugin should use its own user (named the same as the directory). Each user should only have the ability to write to its plugin directory. Each plugin is going to use rsync (and a unique private key) to publish the documentation to its directory.  

Back