diff --git a/blog/2023-06-10-introduction-to-api/index.mdx b/blog/2023-06-10-introduction-to-api/index.mdx index 1c6c28d8..36d747bc 100644 --- a/blog/2023-06-10-introduction-to-api/index.mdx +++ b/blog/2023-06-10-introduction-to-api/index.mdx @@ -22,6 +22,8 @@ import LaymanAPI from "./api-to-layman.png";
APIs to a layman
+ + ## Introduction to API diff --git a/docusaurus.config.js b/docusaurus.config.js index 50b3fb80..53efc4b3 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -57,6 +57,8 @@ const config = { blogTitle: "Blogs", blogDescription: "TCET Open Source Blogging Page", blogSidebarCount: 'ALL', + postsPerPage: 3, + truncateMarker: //, // Please change this to your repo. // Remove this to remove the "edit this page" links. // editUrl: