Skip to content

Commit

Permalink
rm edgecast logo, add cloudflare, fastly logo, modify documentation (#…
Browse files Browse the repository at this point in the history
…882)

* change network topology title to Upstream topology

* change router

* increase version number

* rm edgecast logo, add cloudflare, fastly logo, modify documentation
  • Loading branch information
dpgiakatos authored Dec 18, 2024
1 parent e086bb7 commit 1ebbffa
Show file tree
Hide file tree
Showing 12 changed files with 306 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ihr-website",
"version": "1.4.2",
"version": "1.4.3",
"private": true,
"type": "module",
"scripts": {
Expand Down
Binary file added src/assets/imgs/APNIC-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
218 changes: 218 additions & 0 deletions src/assets/imgs/IIJ-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/imgs/apnic-foundation-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/imgs/cloudflare-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/imgs/fastly-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/imgs/gsoc-logo.png
Binary file not shown.
Binary file removed src/assets/imgs/iij-logo.jpg
Binary file not shown.
26 changes: 25 additions & 1 deletion src/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,31 @@
"src": "",
"style": ""
},
"body": "<a href='https://www.edgecast.com/'>Edgecast</a> is a Content Delivery Network (CDN) that distributes IHR's website and API worldwide."
"body": "<a href='https://www.edgecast.com/'>Edgecast</a> is a Content Delivery Network (CDN) that distributed IHR's website and API worldwide until 2024."
},
"9": {
"header": "APNIC",
"img": {
"src": "",
"style": ""
},
"body": "<a href='https://apnic.foundation/'>APNIC Foundation</a> has sponsored IHR."
},
"10": {
"header": "Cloudflare",
"img": {
"src": "",
"style": ""
},
"body": "<a href='https://www.cloudflare.com/'>Cloudflare</a> is a Content Delivery Network (CDN) that distributed IHR's website and API worldwide."
},
"11": {
"header": "Fastly",
"img": {
"src": "",
"style": ""
},
"body": "<a href='https://www.fastly.com/'>Fastly</a> is a Content Delivery Network (CDN) that distributed IHR's website and API worldwide."
}
}
},
Expand Down
26 changes: 25 additions & 1 deletion src/i18n/locales/jp.json
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,31 @@
"src": "",
"style": ""
},
"body": "<a href='https://www.edgecast.com/'>Edgecast</a> is a Content Delivery Network (CDN) that distributes IHR's website and API worldwide."
"body": "<a href='https://www.edgecast.com/'>Edgecast</a> is a Content Delivery Network (CDN) that distributed IHR's website and API worldwide until 2024."
},
"9": {
"header": "APNIC",
"img": {
"src": "",
"style": ""
},
"body": "<a href='https://apnic.foundation/'>APNIC Foundation</a> has sponsored IHR."
},
"10": {
"header": "Cloudflare",
"img": {
"src": "",
"style": ""
},
"body": "<a href='https://www.cloudflare.com/'>Cloudflare</a> is a Content Delivery Network (CDN) that distributed IHR's website and API worldwide."
},
"11": {
"header": "Fastly",
"img": {
"src": "",
"style": ""
},
"body": "<a href='https://www.fastly.com/'>Fastly</a> is a Content Delivery Network (CDN) that distributed IHR's website and API worldwide."
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/views/Documentation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const SECTIONS = [
},
{
name: 'ack',
numberOfDescriptions: 8
numberOfDescriptions: 11
}
]
},
Expand Down
Loading

0 comments on commit 1ebbffa

Please sign in to comment.