{"id":21096410,"url":"https://github.com/githubtraining/docsify-action","last_synced_at":"2025-05-16T15:34:49.606Z","repository":{"id":56287195,"uuid":"303912070","full_name":"githubtraining/docsify-action","owner":"githubtraining","description":"repo for docsify action","archived":false,"fork":false,"pushed_at":"2020-11-16T19:35:46.000Z","size":235,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-05-22T10:55:15.713Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/githubtraining.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-10-14T05:30:04.000Z","updated_at":"2020-11-16T19:35:49.000Z","dependencies_parsed_at":"2022-08-15T16:00:57.805Z","dependency_job_id":null,"html_url":"https://github.com/githubtraining/docsify-action","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubtraining%2Fdocsify-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubtraining%2Fdocsify-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubtraining%2Fdocsify-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubtraining%2Fdocsify-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/githubtraining","download_url":"https://codeload.github.com/githubtraining/docsify-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225437180,"owners_count":17474265,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-19T22:36:26.495Z","updated_at":"2024-11-19T22:36:27.012Z","avatar_url":"https://github.com/githubtraining.png","language":"JavaScript","readme":"# docsify-action\n\n## Overview\n\nThis action manages content creation in a standardized way. We serve a lot of things to GitHub Pages using Docsify and having a standard template for this process will increase the velocity at which we can create and release new stuff 😄\n\n## Usage Examples\n\nUsing this action is simple. You need two things to get started\n\n1. docsifyConfig.yml\n\nThis file configures the title, template and filenames for your project\n\n**example:**\n\n```\ndocumentTitle: GitHub Foundations\ntemplateVersion: lesson-plan\npageTitles:\n  - create github actions\n  - Some other document I want to include\n```\n\n**Template Reference Table**\n\n_This table will be update as more templates and use cases are created_\n\n| templateVersion | purpose                           | Release Tag Availability|\n| --------------- | --------------------------------- |---|\n| lesson-plan              | Github certification lesson plans | v1.0|\n| blank| Blank markdown files for free-form content that get automatically added to the Docsify sidebar|v1.1|\n\n2. docsify-repo.yml workflow file\n\n**example:**\n\n```\nname: lesson planner\n\non:\n  push:\n    branches-ignore:\n      - main\n    paths:\n      - docsifyConfig.yml\njobs:\n  run-lesson-planner:\n\n    runs-on: ubuntu-latest\n    steps:\n      - name: checkout the repo\n        uses: actions/checkout@v2\n      - name: use lesson planner\n        uses: githubtraining/docsify-action@v1.0\n        with:\n          github-token:  ${{secrets.GITHUB_TOKEN}}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgithubtraining%2Fdocsify-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgithubtraining%2Fdocsify-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgithubtraining%2Fdocsify-action/lists"}