Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MB-9609] Migrate Backend Guides pages #27

Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
85 commits
Select commit Hold shift + click to select a range
6c4f013
Remove redundant redirects;
rogeruiz Oct 23, 2021
9eada8c
Add order front matter to Frontend pages
gidjin Oct 23, 2021
a9c6d1c
Merge pull request #34 from transcom/gidjin/MB-9609_ensure_order_of_f…
rogeruiz Oct 25, 2021
adaa8a4
Move API-Errors to new section
gidjin Oct 23, 2021
d33056d
Move API-Programming-Guide
gidjin Oct 23, 2021
5ef2f58
Move API-Style-Guide
gidjin Oct 23, 2021
cb68bde
Move Guide-to-Creating-an-Endpoint
gidjin Oct 23, 2021
e881f58
Move How-to-deprecate-endpoints
gidjin Oct 23, 2021
112ea79
Move Acceptance-Testing-Prime-API-Endpoints
gidjin Oct 23, 2021
0ae8db0
Move End-to-End-Testing-Playing-the-Prime
gidjin Oct 23, 2021
9fd4ae4
Move How-to-Test-the-Prime-API
gidjin Oct 23, 2021
87ac98e
Move Push-Notifications-to-Prime
gidjin Oct 25, 2021
c79195e
Add link to prime-api-deliverable repo
gidjin Oct 25, 2021
e59a154
Move APIs under new API top level category
gidjin Oct 25, 2021
235067b
Fix typo in redirect for acceptance-testing-prime-api-endpoints
gidjin Oct 25, 2021
264f891
Rename APIs to Swagger Documentation
gidjin Oct 25, 2021
10fbeae
Merge pull request #33 from transcom/rogeruiz/remove-redundant-redirects
rogeruiz Oct 25, 2021
2eb8a08
Merge remote-tracking branch 'origin/main' into gidjin/MB-9609_migrat…
gidjin Oct 25, 2021
9724d26
Merge pull request #35 from transcom/gidjin/MB-9609_migrate_api_section
rogeruiz Oct 26, 2021
774d2be
Add top level tools category
gidjin Oct 25, 2021
b3b03aa
Move Dependabot section
gidjin Oct 25, 2021
f82a7c6
Move dockerfile-use,-purpose,-and-documentation page
gidjin Oct 25, 2021
2bdc553
Move items to docusaurus section
gidjin Oct 25, 2021
f43afc5
Move generate-mocks-with-mockery
gidjin Oct 25, 2021
bb0568f
Move Setting up postman
gidjin Oct 25, 2021
6e93f8e
Move rest of postman docs
gidjin Oct 25, 2021
ec7e495
Move SchemaSpy docs
gidjin Oct 25, 2021
e8eb3ed
Move telemetry docs
gidjin Oct 25, 2021
b64bd26
Merge pull request #36 from transcom/gidjin/MB-9609_migrate_tools_sec…
rogeruiz Oct 26, 2021
fde37dd
Update telemetry docs (#29)
ronaktruss Oct 27, 2021
f728319
Update links to no longer use relative urls and add admonitions (#37)
ronaktruss Oct 28, 2021
28ac6ab
Add index and category files for Backend section
rogeruiz Oct 20, 2021
71713c4
Add categories for new Backend subsections
rogeruiz Oct 20, 2021
cc436cb
Move and tweak doc
rogeruiz Oct 20, 2021
dff6248
Move Acceptance Testing Notifications docs
rogeruiz Oct 20, 2021
ecd27db
Move Acceptance Testing Payment Requests
rogeruiz Oct 20, 2021
80c4f38
Move How To Write Fast Tests
rogeruiz Oct 20, 2021
621e0ac
Move Interacting With The DB In Go Server Tests
rogeruiz Oct 20, 2021
043b0d4
Move run acceptance tests
rogeruiz Oct 20, 2021
ec66c5b
Move Run E2E Tests
rogeruiz Oct 20, 2021
b69d061
Move Run Go Tests
rogeruiz Oct 20, 2021
260712d
Move Running Server Tests Inside A Transaction
rogeruiz Oct 20, 2021
2d88a5c
Move Test Data Generation
rogeruiz Oct 20, 2021
0a7fa6b
Move Testing Best Practices
rogeruiz Oct 20, 2021
9d20d4b
Move Testing Payment Requests For Domestic SIT SI
rogeruiz Oct 20, 2021
1619e94
Move Understanding Testdatagen Functions
rogeruiz Oct 20, 2021
d1a8dd3
Update title case for first ID
rogeruiz Oct 20, 2021
e62b571
Collapse all sidebar items by default
rogeruiz Oct 20, 2021
a325b94
Add new Backend section to navigation and sidebar
rogeruiz Oct 20, 2021
efe6b8a
Remove deprecated docs
rogeruiz Oct 20, 2021
ecd76db
Move Backend structure
rogeruiz Oct 21, 2021
ebe5487
Migrate Database
rogeruiz Oct 21, 2021
e05589b
Migrate 7 pages to backend/guides
rogeruiz Oct 21, 2021
86a5457
Migrate Guide to static analysis security workflow
rogeruiz Oct 21, 2021
90c41d7
Migrate Guide to creating an endpoint
rogeruiz Oct 21, 2021
71297ed
Migrate 7 pages
rogeruiz Oct 21, 2021
47596da
Migrate Session management
rogeruiz Oct 23, 2021
32cb025
Migrate Troubleshoot precommit hook failures
rogeruiz Oct 23, 2021
b4121b6
Migrate 7 pages
rogeruiz Oct 23, 2021
472aa86
Add new Backend section to navigation and sidebar
rogeruiz Oct 20, 2021
9aee803
Migrate Guide to creating an endpoint
rogeruiz Oct 21, 2021
0e457d8
Move Convigure Postico or TablePlus to connect to mymove DB page
gidjin Oct 22, 2021
6928036
Move Using EagerPreload in Pop page
gidjin Oct 22, 2021
d8bd078
Move Run pre-commit hooks page
gidjin Oct 22, 2021
02b5b63
Move Backup and Restore page
gidjin Oct 22, 2021
07fba18
Move datbase migrations page
gidjin Oct 22, 2021
bb5b74c
Move Common Errors and Solutions page
gidjin Oct 22, 2021
dc10e08
Set any help page to an index page;
rogeruiz Oct 23, 2021
905835f
Remove redundant Backend from navigation
rogeruiz Oct 23, 2021
00d961d
Migrate over docs and renumber existing migrations
rogeruiz Oct 26, 2021
8e6f0a0
Add note about using fmt.Errorf over errors.New
gidjin Oct 29, 2021
74315f2
Migrate pages to subpages GHC
rogeruiz Oct 30, 2021
de6b588
Fix Sidebar for Backend
rogeruiz Oct 30, 2021
0be086e
Move all redirects to their own files
rogeruiz Oct 30, 2021
1a770bb
Add in working Backend redirects
rogeruiz Oct 30, 2021
3c71433
Migrate Golang loops
rogeruiz Nov 2, 2021
5adb2cc
Migrate Golang time
rogeruiz Nov 2, 2021
b97a59b
Migrate TSPP data creation
rogeruiz Nov 2, 2021
a777ac8
Migrate Use optimistic locking
rogeruiz Nov 2, 2021
a7d9cd6
Migrate WIP server-side validation
rogeruiz Nov 2, 2021
1ff0ad1
Migrate Zip code to Rate area mappings
rogeruiz Nov 2, 2021
3e8007e
Update GHC sub-section
rogeruiz Nov 2, 2021
99ef90f
Migrate "How-to guides" to their own sub-section
rogeruiz Nov 2, 2021
322df12
Renumber pages
rogeruiz Nov 2, 2021
d3e91d6
Add in Backend redirects
rogeruiz Nov 2, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Move APIs under new API top level category
  • Loading branch information
gidjin committed Oct 25, 2021
commit e59a154597720a4372a31a0affb60a16a13f1186
15 changes: 0 additions & 15 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,6 @@ module.exports = {
position: 'left',
label: 'Docs',
},
{
type: 'dropdown',
position: 'left',
label: 'APIs',
items: [
{
label: 'Prime',
to: '/api/prime',
},
{
label: 'Support',
to: '/api/support',
},
],
},
{
type: 'doc',
docId: 'help/index',
Expand Down
16 changes: 16 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,22 @@ module.exports = {
}],
apiSidebar: [
'api/index',
{
type: 'category',
label: 'APIs',
items: [
{
type: 'link',
label: 'Prime',
href: '/api/prime',
},
{
type: 'link',
label: 'Support',
href: '/api/support',
},
],
},
{
type: 'category',
label: 'Docs',
Expand Down