Documentation Guidelines
Overview
Documentation Guidelines
This guide outlines the standards and best practices for creating and maintaining documentation in the ICMS Knowledge Hub.
Documentation Structure
All documentation should follow a consistent structure:
- Title - Clear and descriptive
- Overview - Brief summary of the document's purpose and content
- Prerequisites - Any required knowledge or resources
- Main Content - Organized in logical sections with clear headings
- References - Links to related resources
- Revision History - Record of major changes
Writing Style
Follow these writing guidelines:
- Use clear, concise language
- Write in active voice
- Define acronyms on first use
- Use numbered lists for sequential steps
- Use bullet points for non-sequential items
Formatting Guidelines
Headings
Use proper heading hierarchy (H1, H2, H3) for document structure:
1# H1 - Document Title
2## H2 - Major Section
3### H3 - Subsection
Code Blocks
Format code samples using fenced code blocks with appropriate language specification:
1def example_function():
2 print("This is an example function")
3 return True
Tables
Use tables for structured data:
| Column 1 | Column 2 | Column 3 |
|---|---|---|
| Data 1 | Data 2 | Data 3 |
| Data 4 | Data 5 | Data 6 |
Images
Guidelines for using images:
- Use descriptive filenames
- Include alt text for accessibility
- Optimize images for web (compression)
- Use screenshots only when necessary
- Add captions for clarity
Document Maintenance
Regular maintenance keeps documentation valuable:
- Review documents quarterly
- Update technical details when systems change
- Remove obsolete information
- Verify all links are working
- Update the revision history
Templates
Standard templates are available for:
- Technical guides
- Process documentation
- Reference materials
- Troubleshooting guides
Final Review Checklist
Before publishing, ensure your document:
- Has a clear title and description
- Contains accurate technical information
- Is properly categorized and tagged
- Has been proofread for grammar and clarity
- Includes appropriate links to related content
- Has been reviewed by a subject matter expert
Following these guidelines helps maintain high-quality, consistent documentation throughout the ICMS Knowledge Hub.