Skip to content

Introduction

This is a gitbook by Logic.

A technical knowledge base covering cloud-native technologies, DevOps practices, and platform engineering. Documentation is organized following the CNCF landscape taxonomy.

Table of contents

Using with gitbook

bash
# Nodejs
brew install node
node --version

# gitbook-cli
npm install gitbook-cli -g
gitbook -V

# init
gitbook init

# serve and build
gitbook serve
gitbook build

Power by VitePress & Vue