├── website ├── themes │ └── zzodoc │ │ ├── layouts │ │ ├── robots.txt │ │ ├── partials │ │ │ ├── header │ │ │ │ ├── custom-header.html │ │ │ │ ├── taxo-header.html │ │ │ │ ├── blog-header.html │ │ │ │ ├── site-header.html │ │ │ │ ├── blog-header-text.html │ │ │ │ └── blog-header-img.html │ │ │ ├── head │ │ │ │ ├── services.html │ │ │ │ ├── styles.html │ │ │ │ └── meta_json_ld.html │ │ │ ├── comments │ │ │ │ ├── commento.html │ │ │ │ ├── isso.html │ │ │ │ ├── livere.html │ │ │ │ ├── gitalk.html │ │ │ │ ├── disqus.html │ │ │ │ ├── comments.html │ │ │ │ ├── valine.html │ │ │ │ ├── gitment.html │ │ │ │ ├── changyan.html │ │ │ │ └── utterances.html │ │ │ ├── side │ │ │ │ └── toc.html │ │ │ ├── navbar │ │ │ │ ├── menu │ │ │ │ │ ├── navbar-menu-collapse.html │ │ │ │ │ ├── navbar-menu-mobile.html │ │ │ │ │ └── navbar-menu.html │ │ │ │ ├── logo │ │ │ │ │ ├── navbar-logo-mobile.html │ │ │ │ │ ├── navbar-logo-tablet.html │ │ │ │ │ └── navbar-logo.html │ │ │ │ ├── icons │ │ │ │ │ ├── navbar-icons.html │ │ │ │ │ ├── light-dark-toggle.html │ │ │ │ │ └── select-lang.html │ │ │ │ └── search │ │ │ │ │ ├── site-search.html │ │ │ │ │ └── site-search-mobile.html │ │ │ ├── main │ │ │ │ ├── component │ │ │ │ │ ├── toc.html │ │ │ │ │ ├── edit-this-page.html │ │ │ │ │ ├── article-meta.html │ │ │ │ │ ├── toggle-sidebar.html │ │ │ │ │ ├── breadcrumb.html │ │ │ │ │ ├── pagination.html │ │ │ │ │ └── pagination-single.html │ │ │ │ ├── home.html │ │ │ │ ├── landing │ │ │ │ │ ├── home-social.html │ │ │ │ │ └── home-sections.html │ │ │ │ ├── sections │ │ │ │ │ ├── list-section.html │ │ │ │ │ └── list-main.html │ │ │ │ ├── header.html │ │ │ │ ├── list.html │ │ │ │ └── single.html │ │ │ ├── svgs │ │ │ │ ├── arrow-down.svg │ │ │ │ ├── arrow-left.svg │ │ │ │ ├── arrow-right.svg │ │ │ │ ├── calendar.svg │ │ │ │ ├── light-mode.svg │ │ │ │ ├── home.svg │ │ │ │ ├── menu.svg │ │ │ │ ├── arrow-back.svg │ │ │ │ ├── arrow-forward.svg │ │ │ │ ├── edit.svg │ │ │ │ ├── dark-mode.svg │ │ │ │ ├── cancel.svg │ │ │ │ ├── invert-colors.svg │ │ │ │ ├── close.svg │ │ │ │ ├── search.svg │ │ │ │ ├── time.svg │ │ │ │ ├── avatar.svg │ │ │ │ ├── github.svg │ │ │ │ ├── translate.svg │ │ │ │ └── hand-with-pen.svg │ │ │ ├── drawer │ │ │ │ ├── drawer-section.html │ │ │ │ └── drawer.html │ │ │ └── footer │ │ │ │ └── footer.html │ │ ├── shortcodes │ │ │ ├── box.html │ │ │ ├── color.html │ │ │ ├── notice.html │ │ │ ├── alert.html │ │ │ ├── expand.html │ │ │ └── img.html │ │ ├── 404.html │ │ ├── _default │ │ │ ├── _markup │ │ │ │ ├── render-image.html │ │ │ │ └── render-link.html │ │ │ ├── single.html │ │ │ ├── section.html │ │ │ ├── list.searchindex.json │ │ │ ├── single.searchindex.json │ │ │ ├── terms.searchindex.json │ │ │ ├── sitemap.xml │ │ │ ├── baseof.html │ │ │ ├── summary.html │ │ │ ├── taxonomy.html │ │ │ └── rss.xml │ │ ├── index.html │ │ ├── index.json │ │ └── blog │ │ │ ├── section.html │ │ │ └── single.html │ │ ├── data │ │ ├── font.toml │ │ ├── color.toml │ │ ├── flowchartjs.json │ │ └── lib.toml │ │ ├── images │ │ ├── tn.png │ │ └── screenshot.png │ │ ├── static │ │ ├── logo.png │ │ ├── images │ │ │ ├── mountain.jpg │ │ │ ├── landscape.jpg │ │ │ ├── mountains.jpg │ │ │ └── section │ │ │ │ ├── keyboard.png │ │ │ │ ├── processor.png │ │ │ │ └── root-server.png │ │ ├── fonts │ │ │ ├── montserrat-bold.woff │ │ │ ├── muli-latin-200.woff │ │ │ ├── muli-latin-200.woff2 │ │ │ ├── muli-latin-300.woff │ │ │ ├── muli-latin-300.woff2 │ │ │ ├── muli-latin-400.woff │ │ │ ├── muli-latin-400.woff2 │ │ │ ├── muli-latin-600.woff │ │ │ ├── muli-latin-600.woff2 │ │ │ ├── muli-latin-700.woff │ │ │ ├── muli-latin-700.woff2 │ │ │ ├── muli-latin-800.woff │ │ │ ├── muli-latin-800.woff2 │ │ │ ├── muli-latin-900.woff │ │ │ ├── muli-latin-900.woff2 │ │ │ ├── montserrat-black.woff │ │ │ ├── montserrat-black.woff2 │ │ │ ├── montserrat-bold.woff2 │ │ │ ├── montserrat-regular.woff │ │ │ ├── montserrat-regular.woff2 │ │ │ ├── muli-latin-200italic.woff │ │ │ ├── muli-latin-300italic.woff │ │ │ ├── muli-latin-400italic.woff │ │ │ ├── muli-latin-600italic.woff │ │ │ ├── muli-latin-700italic.woff │ │ │ ├── muli-latin-800italic.woff │ │ │ ├── muli-latin-900italic.woff │ │ │ ├── muli-latin-200italic.woff2 │ │ │ ├── muli-latin-300italic.woff2 │ │ │ ├── muli-latin-400italic.woff2 │ │ │ ├── muli-latin-600italic.woff2 │ │ │ ├── muli-latin-700italic.woff2 │ │ │ ├── muli-latin-800italic.woff2 │ │ │ └── muli-latin-900italic.woff2 │ │ └── manifest.json │ │ ├── assets │ │ ├── sass │ │ │ ├── components │ │ │ │ ├── _lib.scss │ │ │ │ ├── _bgcolor.scss │ │ │ │ ├── _modal.scss │ │ │ │ ├── _dropdown.scss │ │ │ │ ├── _tag.scss │ │ │ │ ├── _breadcrumb.scss │ │ │ │ ├── _switch.scss │ │ │ │ ├── _drawer.scss │ │ │ │ ├── _language.scss │ │ │ │ ├── _toc.scss │ │ │ │ ├── _alert.scss │ │ │ │ ├── _button.scss │ │ │ │ ├── _expand.scss │ │ │ │ ├── _pagination.scss │ │ │ │ └── _summary.scss │ │ │ ├── syntax │ │ │ │ └── _syntax.scss │ │ │ ├── themes │ │ │ │ ├── _theme.scss │ │ │ │ ├── _darkcode.scss │ │ │ │ ├── _lightcode.scss │ │ │ │ ├── _light.scss │ │ │ │ └── _dark.scss │ │ │ ├── layout │ │ │ │ ├── _main.scss │ │ │ │ ├── _footer.scss │ │ │ │ ├── _header.scss │ │ │ │ └── _grid.scss │ │ │ ├── abstracts │ │ │ │ ├── _functions.scss │ │ │ │ └── _variables.scss │ │ │ ├── pages │ │ │ │ ├── _blog.scss │ │ │ │ ├── _list.scss │ │ │ │ └── _home.scss │ │ │ ├── base │ │ │ │ ├── _animation.scss │ │ │ │ ├── _helpers.scss │ │ │ │ └── _typography.scss │ │ │ └── main.scss │ │ └── js │ │ │ └── helper │ │ │ ├── prop.js │ │ │ ├── next.js │ │ │ ├── prev.js │ │ │ ├── closest.js │ │ │ ├── fadeinout.js │ │ │ └── getParents.js │ │ ├── archetypes │ │ └── default.md │ │ ├── i18n │ │ ├── ko.toml │ │ └── en.toml │ │ ├── theme.toml │ │ └── LICENSE.md ├── config │ ├── k8sref-io │ │ └── config.toml │ ├── dev-k8sref-io │ │ └── config.toml │ └── _default │ │ ├── languages.toml │ │ ├── menus.en.toml │ │ ├── params.toml │ │ └── config.toml ├── static │ ├── logo.png │ ├── favicon │ │ ├── favicon.ico │ │ ├── apple-icon.png │ │ ├── kubernetes.png │ │ ├── favicon-16x16.png │ │ ├── favicon-32x32.png │ │ ├── favicon-96x96.png │ │ ├── ms-icon-70x70.png │ │ ├── apple-icon-57x57.png │ │ ├── apple-icon-60x60.png │ │ ├── apple-icon-72x72.png │ │ ├── apple-icon-76x76.png │ │ ├── ms-icon-144x144.png │ │ ├── ms-icon-150x150.png │ │ ├── ms-icon-310x310.png │ │ ├── android-icon-36x36.png │ │ ├── android-icon-48x48.png │ │ ├── android-icon-72x72.png │ │ ├── android-icon-96x96.png │ │ ├── apple-icon-114x114.png │ │ ├── apple-icon-120x120.png │ │ ├── apple-icon-144x144.png │ │ ├── apple-icon-152x152.png │ │ ├── apple-icon-180x180.png │ │ ├── android-icon-144x144.png │ │ ├── android-icon-192x192.png │ │ ├── android-icon-512x512.png │ │ └── apple-icon-precomposed.png │ ├── images │ │ ├── shortcodes │ │ │ ├── box.png │ │ │ ├── tab.png │ │ │ ├── alert.png │ │ │ ├── expand.png │ │ │ ├── notice.png │ │ │ └── codetab.png │ │ └── configuration │ │ │ ├── linkpreview.png │ │ │ └── codeblock-with-title.png │ └── manifest.json ├── data │ ├── font.toml │ └── grid.toml ├── resources │ └── _gen │ │ └── assets │ │ └── scss │ │ └── sass │ │ └── main.scss_b4f67ac5085b89b62b54c1923e5a9145.json ├── firebase.json └── content │ └── en │ └── _index.md ├── cmd ├── main.go └── cli │ ├── showtoc.go │ ├── docbook.go │ ├── gvkeysmap.go │ ├── helpers.go │ ├── resourceslist.go │ ├── hugo.go │ ├── kwebsite.go │ └── cli.go ├── tools ├── firebase │ ├── Dockerfile │ └── cloudbuild.yaml └── docbook │ ├── cloudbuild.yaml │ └── Dockerfile ├── pkg ├── kubernetes │ ├── apikind.go │ ├── linkend.go │ ├── apigroup_test.go │ ├── apigroup.go │ ├── key.go │ ├── spec_test.go │ ├── extensions_test.go │ ├── resource.go │ └── parmeters.go ├── config │ ├── helpers.go │ ├── categories.go │ └── toc_test.go ├── openapi │ ├── openapi.go │ └── openapi_test.go ├── outputs │ ├── hugo │ │ ├── links.go │ │ ├── part.go │ │ ├── hugo.go │ │ └── chapter.go │ ├── kwebsite │ │ ├── links.go │ │ ├── part.go │ │ ├── kwebsite.go │ │ └── chapter.go │ ├── docbook │ │ ├── part.go │ │ └── chapter.go │ └── interface.go └── formats │ └── markdown │ └── markdown.go ├── go.mod ├── .gitignore ├── Dockerfile ├── cloudbuild.yaml ├── xsl └── api.xsl ├── README.md └── Makefile /website/themes/zzodoc/layouts/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * -------------------------------------------------------------------------------- /website/config/k8sref-io/config.toml: -------------------------------------------------------------------------------- 1 | baseURL = "https://www.k8sref.io" 2 | -------------------------------------------------------------------------------- /website/config/dev-k8sref-io/config.toml: -------------------------------------------------------------------------------- 1 | baseURL = "https://dev-k8sref-io.web.app" 2 | -------------------------------------------------------------------------------- /website/themes/zzodoc/layouts/partials/header/custom-header.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /website/themes/zzodoc/layouts/shortcodes/box.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |