Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mesh template #216

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into jh_mesh-template
  • Loading branch information
jhadobe committed Jul 17, 2024
commit a42e5bca2872668a8f3525a31dc0b443deb89b89
2 changes: 1 addition & 1 deletion src/data/navigation/header.js
Original file line number Diff line number Diff line change
@@ -5,6 +5,6 @@ module.exports = [
},
{
title: "API Mesh",
path: "/gateway/",
path: "/mesh/",
},
];
217 changes: 0 additions & 217 deletions src/data/navigation/sections/gateway.js

This file was deleted.

4 changes: 2 additions & 2 deletions src/data/navigation/sections/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const gateway = require("./gateway");
const mesh = require("./mesh");

module.exports = [...gateway];
module.exports = [...mesh];
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.