Skip to content

Commit 7815740

Browse files
ASPR-1840 added ukims service guide and roadmaps (#502)
* added ukims service guide and roadmaps * changed context from guides to roadmaps
1 parent e81a94f commit 7815740

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

resources/categories.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,7 @@
7878
"Excise Movement Control System service guide": ["CUSTOMS"],
7979
"Excise Movement Control System testing guide": ["CUSTOMS"],
8080
"Excise Movement Control System technical interface specification": ["CUSTOMS"],
81-
"Post and Parcels Service Guide": ["CUSTOMS"]
81+
"Post and Parcels Service Guide": ["CUSTOMS"],
82+
"UK Internal Market Authorisation Checker Service Guide": ["CUSTOMS"],
83+
"UK Internal Market Authorisation Checker roadmap": ["CUSTOMS"]
8284
}

resources/roadmap.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,12 @@
1919
"categories": [
2020
"INCOME_TAX_MTD"
2121
]
22+
},
23+
{
24+
"name": "UK Internal Market Authorisation Checker roadmap",
25+
"context": "/roadmaps/ukim-auth-checker-api-roadmap/",
26+
"categories": [
27+
"CUSTOMS"
28+
]
2229
}
2330
]

resources/service_guides.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
[
23
{
34
"name": "VAT (MTD) end-to-end service guide",
@@ -82,5 +83,9 @@
8283
{
8384
"name": "Post and Parcels Service Guide",
8485
"context": "/guides/post-and-parcels-service-guide"
86+
},
87+
{
88+
"name": "UK Internal Market Authorisation Checker Service Guide",
89+
"context": "/guides/ukim-auth-checker-api-service-guide"
8590
}
8691
]

0 commit comments

Comments
 (0)