Skip to content

Commit

Permalink
Fixed external link to internal links (#15)
Browse files Browse the repository at this point in the history
* fixed button colors links and seo

* fixed invalid links from external to internal

* fixed links and buttons added seo
  • Loading branch information
jonlourie authored Apr 17, 2024
1 parent f867b43 commit 448399c
Show file tree
Hide file tree
Showing 14 changed files with 525 additions and 188 deletions.
27 changes: 27 additions & 0 deletions app/docs/api/protobuf/page.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,31 @@
import Component from './protobuf.mdx';
import { Metadata } from 'next';

export const metadata: Metadata = {
title: "Coreum Protobuf Documentation | Coreum Developers",
description: "Access comprehensive documentation for Protobuf files related to the Coreum blockchain. This resource details the structure and usage of various Protobuf messages and services across different modules of the Coreum ecosystem.",
keywords: [
'Coreum Protobuf Documentation',
'Blockchain Protobuf Files',
'Coreum Blockchain Interfaces',
'gRPC for Coreum',
'Coreum API Documentation',
'Coreum Blockchain Development',
'Protobuf File Descriptions',
'Coreum Protobuf Services',
'Blockchain Programming Interface',
'Coreum Module Documentation'
],
openGraph: {
type: 'website',
description: "Explore detailed Protobuf documentation for Coreum, providing essential information on how to interact with Coreum's blockchain protocols and services using gRPC and Protobuf interfaces.",
siteName: "Coreum Protobuf Documentation | Coreum Developers",
images: [{
url: 'https://test.docs.coreum.dev/images/og.jpg',
}],
},
};


const Page = () => {
return (
Expand Down
Loading

0 comments on commit 448399c

Please sign in to comment.