Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/department-of-veterans-affairs/va-digital-service-handbook
Empowering VA teams to design and build great digital services on the Veteran-facing Services Platform --- https://department-of-veterans-affairs.github.io/va-digital-service-handbook/
https://github.com/department-of-veterans-affairs/va-digital-service-handbook
Last synced: 5 days ago
JSON representation
Empowering VA teams to design and build great digital services on the Veteran-facing Services Platform --- https://department-of-veterans-affairs.github.io/va-digital-service-handbook/
- Host: GitHub
- URL: https://github.com/department-of-veterans-affairs/va-digital-service-handbook
- Owner: department-of-veterans-affairs
- License: cc0-1.0
- Archived: true
- Created: 2018-05-29T20:03:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T11:54:06.000Z (over 1 year ago)
- Last Synced: 2024-08-01T21:42:13.258Z (3 months ago)
- Language: CSS
- Homepage:
- Size: 14.4 MB
- Stars: 26
- Watchers: 18
- Forks: 10
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# VA Digital Service Handbook
Helping Veterans Affairs (VA) teams design, build, and launch great digital services that meet the [Digital Standards](https://department-of-veterans-affairs.github.io/va-digital-service-handbook/digital-standards) for the [Veteran-facing Services Platform](#fn1).
Contact @ehuntdsva for any questions, comments, or feedback.
## Contributing
* **DSVA team**: See [the repo Wiki](https://github.com/department-of-veterans-affairs/va-digital-service-handbook/wiki) for
* How this Jekyll site is organized
* How to use Markdown for writing/editing content
* How to update the ```modified-date``` that displays on site pages.
* See [CONTRIBUTING](CONTRIBUTING.md) for how to contribute content.## Development
This is a Jekyll-built static site.
1. Clone/fork this repo.
2. For best results (urls work correctly), run locally at 127.0.0.1:4000/va-digital-service-handbook/```
bundle exec jekyll serve
```3. Whenever you make a change to content, also change the ```modified-date``` in the yml at the top of the relevant ```.md``` file. See [Updating Page Dates](https://github.com/department-of-veterans-affairs/va-digital-service-handbook/wiki/updating-page-dates) for more info.
## License
All content is available under the [Creative Commons Zero v1.0 Universal license](LICENSE), except where otherwise stated.
## Colophon
* Jekyll front-end code inspired by [login.gov](https://www.login.gov)
The *Veteran-facing Services Platform* is the set of technologies (and processes) that veteran-facing services on the [VA.gov](https://www.va.gov) website. VA teams who want to release a digital service for veterans using the Veteran-facing Services Platform should use this [Handbook](http://department-of-veterans-affairs.github.io/va-digital-service-handbook/) to learn how to do that.