Skip to content
/ handbook Public

The home of policies and guidelines that make up TTS.

License

Notifications You must be signed in to change notification settings

18F/handbook

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f240666 · Mar 4, 2024
Jun 22, 2023
Jan 19, 2024
Jun 22, 2023
Jun 26, 2023
Aug 7, 2023
Nov 16, 2023
Mar 22, 2023
Mar 4, 2024
Jun 26, 2023
Jun 20, 2023
Nov 30, 2022
Jun 7, 2023
Jun 7, 2023
Nov 30, 2022
Dec 8, 2023
Dec 8, 2022
Feb 22, 2023
Nov 30, 2022
Jun 8, 2023
Nov 30, 2022
Aug 22, 2023
Jul 12, 2023
Jun 20, 2023
Jun 8, 2023
Jul 12, 2021
Jul 12, 2021
Jul 12, 2021
Feb 28, 2024
Feb 28, 2024

Repository files navigation

TTS Handbook CircleCI

The TTS Handbook documents the mission, values, structures, policies, tools, and guides that shape our team. This is a living document and is updated regularly. If you have questions, comments, or suggestions, please open an issue. If you want to add content to the Handbook, please submit a pull request or ask in #tts-handbook.

Note: If you're changing any kind of process, please let #wg-onboarding know so we can keep the handbook, new hire messages, and checklists up to date.

Development

Docker

  1. Clone this repo
  2. Run docker compose up
  3. Open http://localhost:8080

Not Docker

To run the site locally:

  1. Clone this repo
  2. From the repo directory, run:
    npm install
    npm start
  3. Open http://localhost:8080

Contributing

If you are interested in contributing to this repository, you can read more at CONTRIBUTING.

Travel guide development

To add additional images:

  1. Add an image to the _img/travel directory.
  2. Link the image on the travel page, with folding HTML: <img src="{% image "_img/travel/filename.png %}" class="travel-guide-hide">.
  3. A show/hide link will automatically be created.

To create a new page:

  1. Create a markdown file in the pages/policies/travel directory.
  2. Include a title and links to the "Travel Guide TOC" (see existing pages for reference).
  3. Update the page content.
  • Update the Travel Guide TOC pages/policies/travel/travel-guide-table-of-contents.md with a link to your new page.

Linting

We use Prettier to format Markdown. You can fix your files locally with:

$ npm run lint

Public domain

This project is in the worldwide public domain. As stated in CONTRIBUTING:

This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.

All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.