Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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