Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 922 Bytes

File metadata and controls

44 lines (27 loc) · 922 Bytes

Taikun Documentation

Welcome to the Taikun documentation repository. This repository contains the source files for Taikun's official documentation.

What's included

This documentation includes:

  • Getting started guides

  • User guides and tutorials

  • Terraform provider documentation

  • Best practices and examples

  • Troubleshooting guides

Local Development

To preview the documentation locally:

  1. Install the Taikun docs CLI:
npm i -g @taikun/docs-cli
  1. Run the development server:
taikun-docs dev

Visit http://localhost:3000 to preview the documentation.

Troubleshooting

If you encounter any issues:

  • Make sure you're using Node.js v18 or later
  • Try running taikun-docs install to reinstall dependencies
  • Clear the cache by removing the ~/.taikun-docs folder

Contributing

We welcome contributions! Please see our contributing guidelines for more information.