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
| Section | Description |
|---|---|
| Apps | Documentation for in-house applications (Revit plugins, Power BI integrations, automation tools). |
| Workflows | Step-by-step guides for deployment, CI/CD, packaging, and distribution. |
| Coding Standards | Best practices for C#, Python, JavaScript, and React tools. |
| API References | Documentation for internal and external APIs used by Zutari solutions. |
| Examples & Snippets | Practical examples and reusable code for common engineering tasks. |
| Troubleshooting | Known issues, debugging tips, and setup instructions. |
🧩 Contributing
We encourage all developers to contribute to the Dev Wiki.
Steps to contribute:
-
Clone the repository
git clone https://github.com/Zutari-CoDe/Zutari-Dev-Wiki.git -
Create a new branch
git checkout - -b docs/update-tool-guide -
Edit or add Markdown files under
docs/ -
Commit and push your changes
git commit -am "Updated documentation for [tool or topic]"
git push origin docs/update-tool-guide -
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