{"id":18031568,"url":"https://github.com/oxyc/grunt-docs-landing","last_synced_at":"2025-04-04T21:43:20.080Z","repository":{"id":5488891,"uuid":"6686937","full_name":"oxyc/grunt-docs-landing","owner":"oxyc","description":"A grunt plugin to generate doc landing pages","archived":false,"fork":false,"pushed_at":"2012-11-14T11:46:08.000Z","size":108,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-10T06:24:33.297Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oxyc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-11-14T11:41:16.000Z","updated_at":"2013-11-03T12:58:52.000Z","dependencies_parsed_at":"2022-07-07T19:03:24.896Z","dependency_job_id":null,"html_url":"https://github.com/oxyc/grunt-docs-landing","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxyc%2Fgrunt-docs-landing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxyc%2Fgrunt-docs-landing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxyc%2Fgrunt-docs-landing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxyc%2Fgrunt-docs-landing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oxyc","download_url":"https://codeload.github.com/oxyc/grunt-docs-landing/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247256072,"owners_count":20909240,"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-10-30T10:09:36.439Z","updated_at":"2025-04-04T21:43:20.061Z","avatar_url":"https://github.com/oxyc.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# grunt-docs-landing\n\nGrunt plugin to generate a documentation landing page from the output of\nother generators.\n\n## Getting started\n\nInstall the plugin (not in npm yet) with `npm install git@github.com:oxyc/grunt-docs-landing.git`\n\nLoad the task in in your Gruntfile.js using:\n\n```javascript\ngrunt.loadNpmTasks('grunt-docs-landing');\n```\n\n## Configuration\n\n```javascript\ndocspage: {\n  sections: {\n    js: 'docs/js/*.html', // Files will be listed under js\n    php: 'docs/php/*.html' // Files will be listed under php\n  },\n  options: {\n    out: 'docs/index.html', // Output file\n    template: 'docs/layout/template.jst', // Template file\n  }\n}\n```\n\nThe template will be passed a `sections` array which looks something similar to\nthis:\n\n```\nsections = [{\n  heading: 'js documentation',\n  files: [{\n    path: 'docs/js/app.html',\n    name: 'app'\n  }, {\n    path: 'docs/js/main.html',\n    name: 'main'\n  }]\n}];\n```\n\nCheck out the example to get started.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foxyc%2Fgrunt-docs-landing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foxyc%2Fgrunt-docs-landing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foxyc%2Fgrunt-docs-landing/lists"}