diff options
author | Steve Manuel <nilslice@gmail.com> | 2017-06-10 17:09:47 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-10 17:09:47 -0600 |
commit | e3fb3aba33645ef1c7ba1d1556c806d7c0eb853b (patch) | |
tree | e65b5a0dc7579b0af904c487570c5c5ade742f7b /docs/build/sitemap.xml | |
parent | 427dff52c3db481dff38dd1eee83f93e54ea8065 (diff) | |
parent | 4d767c13f15b24fdbfcb610589e757a98c931d70 (diff) |
Merge pull request #159 from ponzu-cms/ponzu-dev
[cli] adding documentation server for local use
Diffstat (limited to 'docs/build/sitemap.xml')
-rw-r--r-- | docs/build/sitemap.xml | 182 |
1 files changed, 182 insertions, 0 deletions
diff --git a/docs/build/sitemap.xml b/docs/build/sitemap.xml new file mode 100644 index 0000000..300b804 --- /dev/null +++ b/docs/build/sitemap.xml @@ -0,0 +1,182 @@ +<?xml version="1.0" encoding="UTF-8"?> +<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> + + + <url> + <loc>/</loc> + <lastmod>2017-06-10</lastmod> + <changefreq>daily</changefreq> + </url> + + + + + <url> + <loc>/CLI/General-Usage/</loc> + <lastmod>2017-06-10</lastmod> + <changefreq>daily</changefreq> + </url> + + <url> + <loc>/CLI/Generating-References/</loc> + <lastmod>2017-06-10</lastmod> + <changefreq>daily</changefreq> + </url> + + + + + + <url> + <loc>/Content/An-Overview/</loc> + <lastmod>2017-06-10</lastmod> + <changefreq>daily</changefreq> + </url> + + <url> + <loc>/Content/Extending-Content/</loc> + <lastmod>2017-06-10</lastmod> + <changefreq>daily</changefreq> + </url> + + + + + + <url> + <loc>/Form-Fields/HTML-Inputs/</loc> + <lastmod>2017-06-10</lastmod> + <changefreq>daily</changefreq> + </url> + + + + + + <url> + <loc>/HTTP-APIs/Content/</loc> + <lastmod>2017-06-10</lastmod> + <changefreq>daily</changefreq> + </url> + + <url> + <loc>/HTTP-APIs/File-Metadata/</loc> + <lastmod>2017-06-10</lastmod> + <changefreq>daily</changefreq> + </url> + + <url> + <loc>/HTTP-APIs/Search/</loc> + <lastmod>2017-06-10</lastmod> + <changefreq>daily</changefreq> + </url> + + + + + + <url> + <loc>/Interfaces/API/</loc> + <lastmod>2017-06-10</lastmod> + <changefreq>daily</changefreq> + </url> + + <url> + <loc>/Interfaces/Editor/</loc> + <lastmod>2017-06-10</lastmod> + <changefreq>daily</changefreq> + </url> + + <url> + <loc>/Interfaces/Format/</loc> + <lastmod>2017-06-10</lastmod> + <changefreq>daily</changefreq> + </url> + + <url> + <loc>/Interfaces/Item/</loc> + <lastmod>2017-06-10</lastmod> + <changefreq>daily</changefreq> + </url> + + <url> + <loc>/Interfaces/Search/</loc> + <lastmod>2017-06-10</lastmod> + <changefreq>daily</changefreq> + </url> + + + + + + <url> + <loc>/Ponzu-Addons/Creating-Addons/</loc> + <lastmod>2017-06-10</lastmod> + <changefreq>daily</changefreq> + </url> + + <url> + <loc>/Ponzu-Addons/Using-Addons/</loc> + <lastmod>2017-06-10</lastmod> + <changefreq>daily</changefreq> + </url> + + + + + + <url> + <loc>/Quickstart/Overview/</loc> + <lastmod>2017-06-10</lastmod> + <changefreq>daily</changefreq> + </url> + + + + + + <url> + <loc>/References/Overview/</loc> + <lastmod>2017-06-10</lastmod> + <changefreq>daily</changefreq> + </url> + + + + + + <url> + <loc>/Running-Backups/Backups/</loc> + <lastmod>2017-06-10</lastmod> + <changefreq>daily</changefreq> + </url> + + + + + + <url> + <loc>/System-Configuration/Settings/</loc> + <lastmod>2017-06-10</lastmod> + <changefreq>daily</changefreq> + </url> + + + + + + <url> + <loc>/System-Deployment/Docker/</loc> + <lastmod>2017-06-10</lastmod> + <changefreq>daily</changefreq> + </url> + + <url> + <loc>/System-Deployment/SysV-Style/</loc> + <lastmod>2017-06-10</lastmod> + <changefreq>daily</changefreq> + </url> + + + +</urlset>
\ No newline at end of file |