diff --git a/README.md b/README.md
index fc31a296e8a..00a09c3b58a 100644
--- a/README.md
+++ b/README.md
@@ -39,14 +39,17 @@ taiko-mono/
│ ├── blob-storage: Blob storage service.
│ ├── branding: Taiko branding materials.
│ ├── bridge-ui: Bridge UI.
+│ ├── docs-site: End user documentation site.
│ ├── eventindexer: Event indexer.
│ ├── fork-diff: Fork diff page.
│ ├── guardian-prover-health-check: Guardian prover health check service.
│ ├── guardian-prover-health-check-ui: Guardian prover health check UI.
│ ├── protocol: Taiko protocol smart contracts.
│ ├── relayer: Bridge backend relayer.
+│ ├── supplementary-contracts: Supplementary smart contracts that are not part of the Taiko rollup protocol.
+│ ├── taiko-client: Taiko client implementation in Go.
│ ├── taikoon: Taikoon NFT contracts.
-│ └── supplementary-contracts: Supplementary smart contracts that are not part of the Taiko rollup protocol.
+│ └── taikoon-ui: Taikoon NFT UI.
...
@@ -56,9 +59,10 @@ If you find a bug or have a feature request, please [open an issue](https://gith
## Contributing
-Check out [CONTRIBUTING.md](./CONTRIBUTING.md) for details on how to contribute. You can also check out our grants cycle at [grants.taiko.xyz](https://grants.taiko.xyz).
+> [!WARNING]
+> Please refrain from submitting typo/comment-only pull requests with the expectation of receiving TKO airdrops.
-⚠️ Please refrain from submitting typo/comment-only pull requests with the expectation of receiving TKO airdrops.
+Check out [CONTRIBUTING.md](./CONTRIBUTING.md) for details on how to contribute. You can also check out our grants cycle at [grants.taiko.xyz](https://grants.taiko.xyz).
## Getting support
diff --git a/vercel.json b/vercel.json
deleted file mode 100644
index 7ae9a3de54d..00000000000
--- a/vercel.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "github": {
- "silent": true
- }
-}