Skip to content

Latest commit

 

History

History
63 lines (43 loc) · 3.82 KB

File metadata and controls

63 lines (43 loc) · 3.82 KB

base > docs

Documentation

Guides - Development - CI/CD Workflows - Publishing - Updating - Project Management - Community - AI - Documentation Best Practices

Guides

Development

CI/CD Workflows

  • CI Workflow (ci.yml) - Ensures code quality by running linting checks on every push and pull request to the main branch.
  • GitHub Pages Deployment (pages.yml) - Builds and deploys the repository's content as a GitHub Pages website.
  • Prettier Workflow (prettier.yml) - Automatically formats the code in the repository using Prettier and commits the changes.
  • Release on Tag (release-on-tag.yml) - Automates the creation of GitHub Releases when a new version tag is pushed.
  • Secrets Management - Best practices for managing secrets in GitHub Actions.
  • Workflow Scheduling - Automating recurring tasks with cron.

Publishing

Updating

Project Management

Community

AI

Documentation Best Practices