{"id":17275533,"url":"https://github.com/still34/docfx.plugin.lastmodified","last_synced_at":"2025-04-14T08:23:05.030Z","repository":{"id":93906230,"uuid":"132234788","full_name":"Still34/DocFx.Plugin.LastModified","owner":"Still34","description":"A post-processor plugin for DocFX v2 that adds last modified date to conceptual articles.","archived":false,"fork":false,"pushed_at":"2024-07-09T07:15:29.000Z","size":38,"stargazers_count":7,"open_issues_count":2,"forks_count":18,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-13T06:58:45.158Z","etag":null,"topics":["conceptual-articles","csharp","docfx","docfx-plugin"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Still34.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,"governance":null}},"created_at":"2018-05-05T09:45:56.000Z","updated_at":"2024-11-19T14:00:01.000Z","dependencies_parsed_at":"2023-03-21T12:06:49.592Z","dependency_job_id":null,"html_url":"https://github.com/Still34/DocFx.Plugin.LastModified","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Still34%2FDocFx.Plugin.LastModified","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Still34%2FDocFx.Plugin.LastModified/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Still34%2FDocFx.Plugin.LastModified/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Still34%2FDocFx.Plugin.LastModified/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Still34","download_url":"https://codeload.github.com/Still34/DocFx.Plugin.LastModified/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248844227,"owners_count":21170534,"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":["conceptual-articles","csharp","docfx","docfx-plugin"],"created_at":"2024-10-15T08:56:28.847Z","updated_at":"2025-04-14T08:23:04.996Z","avatar_url":"https://github.com/Still34.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build status](https://ci.appveyor.com/api/projects/status/i58vkd8h4hiy6vhv?svg=true)](https://ci.appveyor.com/project/Still/docfx-plugin-lastmodified)\n\n# DocFx.Plugin.LastModified\nA DocFX plugin that adds a last modified date at the end of each conceptual articles.\n\n## Features\n* Adds last commit/modified date to each articles\n* Shows last commit message at the end of each articles\n\n## Prerequisites\n* Git for the target documentation\n    * This does not require the host to install the git command, only version tracking for the project\n\n### But I don't track my changes with Git!\nYou are a mad man, but that's okay; the plugin will fallback to last modified date on the local machine when Git is not detected.\n\n## Setup\n1. Download the binaries from the AppVeyor artifacts linked above (or compile yourself).\n2. Create a new folder `last-modified` under your DocFX template folder.\n3. Create a new folder called `plugins` under `last-modified`.\n4. Drop the compiled binaries in.\n5. In your `docfx.json` file, modify your template section like so:\n```json\n    \"template\": [\n      \"default\",\n      \"_template/last-modified\"\n    ],\n```\n6. Add the post-processor plugin like so:\n```json\n    \"postProcessors\": [\"LastModifiedPostProcessor\"]\n```\n7. Build the documentation, and it should work now!\n\n# Live Demo\nThis plugin is currently being used under [Discord.Net](https://github.com/RogueException/Discord.Net) [Documentation](https://docs.stillu.cc/).\n\n# License\nThis project is licensed under MIT; read `LICENSE` for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstill34%2Fdocfx.plugin.lastmodified","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstill34%2Fdocfx.plugin.lastmodified","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstill34%2Fdocfx.plugin.lastmodified/lists"}