Skip to main content

Zutari Dev Wiki

A centralized knowledge hub for developers at Zutari

This repository serves as the foundation for the Zutari Dev Wiki — a collaborative platform that documents:

  • Internal applications and plugins
  • Engineering automation tools
  • Coding standards and best practices
  • Technical workflows and deployment guides

🧭 Purpose

The goal of this wiki is to capture and share institutional knowledge across all teams involved in development, digital delivery, and automation at Zutari.
It enables engineers and developers to:

  • Learn how internal tools work
  • Follow standard development workflows
  • Reference working examples and code snippets
  • Contribute to shared technical guidelines

📚 Structure

SectionDescription
AppsDocumentation for in-house applications (Revit plugins, Power BI integrations, automation tools).
WorkflowsStep-by-step guides for deployment, CI/CD, packaging, and distribution.
Coding StandardsBest practices for C#, Python, JavaScript, and React tools.
API ReferencesDocumentation for internal and external APIs used by Zutari solutions.
Examples & SnippetsPractical examples and reusable code for common engineering tasks.
TroubleshootingKnown issues, debugging tips, and setup instructions.

🧩 Contributing

We encourage all developers to contribute to the Dev Wiki.

Steps to contribute:

  1. Clone the repository

    git clone https://github.com/Zutari-CoDe/Zutari-Dev-Wiki.git
  2. Create a new branch

    git checkout - -b docs/update-tool-guide
  3. Edit or add Markdown files under docs/

  4. Commit and push your changes

    git commit -am "Updated documentation for [tool or topic]"
    git push origin docs/update-tool-guide
  5. Open a pull request for review


🚀 Deployment

The site is automatically deployed to GitHub Pages via Docusaurus.
Any commit merged into main is published live at:

👉 https://zutari-code.github.io/Zutari-Dev-Wiki


💬 Feedback

If you find outdated content or want to propose improvements, please:

  • Open an issue in the GitHub repository
  • Or contact the Digital Engineering / CoDE team