govuk-developer-docs

? Tech docs for everyone working on GOV.UK

Github星跟踪图

GOV.UK Developer Docs

? https://docs.publishing.service.gov.uk

Technical documentation

This is a static site generated with Middleman.

Tech docs template

This project uses alphagov/tech-docs-template.

This means that some of the files (like the CSS, javascripts and layouts) are
managed in the template and are not supposed to be modified here. Any project-specific
Ruby code needs to go into /app.

You can pull down the latest version of the template by running:

bin/update

Dependencies

  • Ruby

Running locally

The first time you'll need to bundle:

bundle install

To run the app locally:

./startup.sh

The app will appear at http://localhost:4567/

You may need a GitHub auth token if you find yourself rate limited. You can create one here:

https://github.com/settings/tokens/new

It doesn't need any permissions.

Use it like this:

export GITHUB_TOKEN=somethingsomething
./startup.sh

Building the project

Build the site with:

NO_CONTRACTS=true bundle exec middleman build

This will create a bunch of static files in /build.

Testing

bundle exec rake

Deployment

This project is re-deployed by a production Jenkins task every hour between 9am and 7pm (to pick up external
changes). It is hosted on S3.

Pre-commit hooks

There are pre-commit hooks available to help when creating or editing markdown.

Install pre-commit and the vale linter:

brew install vale pre-commit
pre-commit install

Licence

MIT License

主要指标

概览
名称与所有者alphagov/govuk-developer-docs
主编程语言HTML
编程语言Ruby (语言数: 5)
平台
许可证MIT License
所有者活动
创建于2016-04-26 16:43:08
推送于2025-07-04 12:27:25
最后一次提交
发布数348
最新版本名称release_1994 (发布于 2020-04-28 10:06:18)
第一版名称release_1642 (发布于 2019-11-14 15:55:22)
用户参与
星数126
关注者数61
派生数31
提交数12.1k
已启用问题?
问题数93
打开的问题数12
拉请求数4702
打开的拉请求数17
关闭的拉请求数341
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?