GitScrum / Docs
All Best Practices

NoteVault Documentation | 40% Faster Onboarding

Use GitScrum NoteVault for project documentation with revision history. Store ADRs, runbooks, technical docs. Documented projects have 40% faster onboarding.

3 min read

How to use GitScrum NoteVault for project documentation?

GitScrum NoteVault provides project-scoped documentation with full revision history. Create docs for ADRs, runbooks, technical decisions, and onboarding guides. All changes are tracked with author and timestamp. Studies show documented projects have 40% faster onboarding and 60% fewer repeated questions [Source: DevOps Research 2024].

Creating documentation in NoteVault:

  • Navigate to NoteVault - Access from project menu
  • Create new document - Click create button
  • Add title and content - Write in markdown
  • Organize in folders - Group related docs
  • Save document - Auto-saves with revision
  • Share with team - Project members can view/edit
  • Documentation types for NoteVault

    TypePurposeTemplate
    ADRArchitecture decisionsDecision, context, consequences
    RunbookOperational proceduresSteps, troubleshooting
    Setup GuideDevelopment environmentPrerequisites, steps
    API DocsEndpoint documentationEndpoints, examples
    OnboardingNew developer guideFirst week, resources

    NoteVault features

    FeatureBenefit
    Revision historyTrack all changes
    Markdown supportRich formatting
    Project-scopedRelevant to project
    SearchFind content quickly
    FoldersOrganize logically
    CollaborationTeam editing

    Organizing documentation

    Folder StructureContents
    /architectureADRs, system design
    /runbooksOperations, incidents
    /onboardingNew developer guides
    /apiAPI documentation
    /meetingsMeeting notes

    NoteVault vs external docs

    AspectNoteVaultExternal Wiki
    Project context✓ IntegratedSeparate
    Revision history✓ Built-inVaries
    Access controlProject-basedConfigure
    DiscoverabilityIn projectSearch
    MaintenanceAlongside codeSeparate

    Best practices for NoteVault

    PracticeReason
    Link to tasksConnect docs to work
    Update regularlyKeep current
    Use templatesConsistency
    Review periodicallyRemove stale docs
    Assign ownersAccountability

    Documentation workflow

    WhenAction
    New decisionCreate ADR in NoteVault
    Production issueDocument in runbook
    New team memberUpdate onboarding
    API changeUpdate API docs
    Sprint planningReference docs

    Related articles