Skip to content

Commit

Permalink
initial commit of the docsbot
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuafernandes committed May 7, 2024
1 parent d3073eb commit edf8899
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
8 changes: 8 additions & 0 deletions docs/chatbot.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Chatbot
slug: chatbot
---

# Chatbot

<iframe src="https://docsbot-teku.prd.ai.consensys.io/?embed=true" height="800" width="100%" />
5 changes: 5 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,11 @@ const config = {
position: "right",
dropdownActiveClassDisabled: true,
},
{
href: "/chatbot",
className: "header-chatbot-link",
position: "right",
},
{
href: "https://github.com/ConsenSys/teku",
className: "header-github-link",
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@docusaurus/eslint-plugin": "^3.0.0",
"@docusaurus/eslint-plugin": "^3.3.2",
"@docusaurus/module-type-aliases": "^3.0.0",
"@docusaurus/tsconfig": "^3.0.0",
"@docusaurus/types": "^3.0.0",
Expand Down
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ const sidebars = {
},
items: [{ type: "autogenerated", dirName: "tutorials" }],
},
"chatbot"
],
referenceSidebar: [
{
Expand Down

0 comments on commit edf8899

Please sign in to comment.