Skip to content

Commit

Permalink
feat: enable research
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Focko <mfocko@redhat.com>
  • Loading branch information
mfocko committed Jul 15, 2023
1 parent 84c6aca commit 22ce14f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,17 @@ class Section {
const sections = [
new Section("docs", "Documentation"),
new Section("source-git", "Source-git"),
new Section("development", "Development"),
new Section(
"deployment",
"Deployment",
"https://github.com/packit/deployment/tree/main/docs",
),
new Section("development", "Development"),
new Section(
"research",
"Research",
"https://github.com/packit/research/tree/main",
),
];

/** @type {import('@docusaurus/types').Config} */
Expand Down

0 comments on commit 22ce14f

Please sign in to comment.