mirror of
https://github.com/discourse/discourse.git
synced 2026-03-04 01:15:08 +08:00
- Import the full `discourse/discourse-developer-docs` repository into `docs/developer-guides/` using `git subtree add` with complete git history preserved - Move CI workflows (lint + publish) from the nested `.github/` to root-level workflows scoped to `docs/developer-guides/**` path changes - The [developer-docs repo](https://github.com/discourse/discourse-developer-docs) was archived.
12 lines
302 B
JSON
12 lines
302 B
JSON
{
|
|
"name": "discourse-developer-docs",
|
|
"private": true,
|
|
"scripts": {
|
|
"lint": "prettier --check '**/*.{md,json,mjs,yml}'",
|
|
"lint:fix": "prettier --write '**/*.{md,json,mjs,yml}'"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.4.2",
|
|
"prettier-plugin-ember-template-tag": "^2.0.4"
|
|
}
|
|
}
|