Introduction
A technical knowledge base covering cloud-native technologies, DevOps practices, and platform engineering.
Table of contents
Using with gitbook
gitbook# Nodejs
brew install node
node --version
# gitbook-cli
npm install gitbook-cli -g
gitbook -V
# init
gitbook init
# serve and build
gitbook serve
gitbook buildLast updated