diff --git a/_data/assetPaths.json b/_data/assetPaths.json index 78fe7682..9fb6d1c4 100644 --- a/_data/assetPaths.json +++ b/_data/assetPaths.json @@ -1,9 +1,9 @@ { - "admin.js": "/assets/js/admin-FRDUYGSL.js", - "admin.map": "/assets/js/admin-FRDUYGSL.js.map", - "app.js": "/assets/js/app-SDZ4ULFW.js", - "app.map": "/assets/js/app-SDZ4ULFW.js.map", + "admin.js": "/assets/js/admin-RJYP54EU.js", + "admin.map": "/assets/js/admin-RJYP54EU.js.map", + "app.js": "/assets/js/app-XFKDNIAK.js", + "app.map": "/assets/js/app-XFKDNIAK.js.map", "uswds.js": "/assets/js/uswds-init.js", - "styles.css": "/assets/styles/styles-J5DQM6RN.css", - "styles.map": "/assets/styles/styles-J5DQM6RN.css.map" + "styles.css": "/assets/styles/styles-ZVXT7TJI.css", + "styles.map": "/assets/styles/styles-ZVXT7TJI.css.map" } diff --git a/_data/site.yaml b/_data/site.yaml index eddf3928..319e2705 100644 --- a/_data/site.yaml +++ b/_data/site.yaml @@ -89,7 +89,6 @@ primary_navigation: url: "/services/platforms/" - name: People url: "/services/people/" - # secondary_navigation: # - name: Secondary link # url: "#main-content" @@ -100,7 +99,7 @@ primary_navigation: # 1. Create an account with Search.gov https://search.usa.gov/signup # 2. Add a new site. # 3. Add your site/affiliate name here. -searchgov: "foobar" +# searchgov: "foobar" # Only change this if you're using a CNAME. Learn more here: https://search.gov/manual/cname.html # endpoint: https://search.usa.gov diff --git a/_includes/header.html b/_includes/header.html index 9a20bf01..152b3d71 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -35,7 +35,6 @@ Here's how you know - {% include "language-switcher.html" %}
diff --git a/_includes/menu.html b/_includes/menu.html index f22dcd0a..dfafe4c2 100644 --- a/_includes/menu.html +++ b/_includes/menu.html @@ -61,7 +61,6 @@ {% endfor %} --> - {% comment %} This will redirect the results to /search template which will handle the js loading @@ -87,6 +86,7 @@ {% endif %} +{% comment %}
- + {% endcomment %} {% include "searchgov/form.html" searchgov: site.searchgov %}
diff --git a/docs/architecture/decisions/0007-synchronize-job-postings-from-talent-repo.md b/docs/architecture/decisions/0007-synchronize-job-postings-from-talent-repo.md new file mode 100644 index 00000000..6d56fe2f --- /dev/null +++ b/docs/architecture/decisions/0007-synchronize-job-postings-from-talent-repo.md @@ -0,0 +1,28 @@ +# 7. Synchronize job postings from talent repo + +Date: 2024-08-23 + +## Status + +Accepted + +## Context + +Job postings from the +[Talent team repository](https://github.com/18F/join.tts.gsa.gov) need to +be posted on the new TTS website. The best case outcome would minimize +redundancy (i.e., duplicate postings, duplicate files, etc.), rework, +and training. + +## Decision + +A tool will synchronize job posting content in the Talent team repository +to the TTS website repository. + +## Consequences + +Job content will need to be edited in one place that the TTS Talent +team manages. Local changes to the TTS website repository's directory +for job postings will be overwritten when the synchronization +happens. This includes any modification performed by linters +(e.g., prettier).