mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-02-21 22:34:29 +00:00
This commit adds a Github workflow for building a Github Pages site for the markdown files in the docs/ directory. Zensical is a new markdown-based static site generation framework built by the creators of Material for Mkdocs. https://zensical.org/ This commit does not clean the doc structure, so site navigation is initially going to be messy. Signed-off-by: LandonTClipp <11232769+LandonTClipp@users.noreply.github.com>
23 lines
363 B
Plaintext
23 lines
363 B
Plaintext
**/*.bk
|
|
**/*~
|
|
**/*.orig
|
|
**/*.rej
|
|
**/target
|
|
**/.vscode
|
|
**/.idea
|
|
**/.fleet
|
|
**/*.swp
|
|
**/*.swo
|
|
pkg/logging/Cargo.lock
|
|
src/agent/src/version.rs
|
|
src/agent/kata-agent.service
|
|
src/agent/protocols/src/*.rs
|
|
!src/agent/protocols/src/lib.rs
|
|
build
|
|
src/tools/log-parser/kata-log-parser
|
|
tools/packaging/static-build/agent/install_libseccomp.sh
|
|
.envrc
|
|
.direnv
|
|
**/.DS_Store
|
|
site/
|