Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
31 changes: 31 additions & 0 deletions docs/changelogs/2025-02-15-changelog.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: Welcome Docusaurus
description: This is my first post on Docusaurus.
slug: welcome-docusaurus-v2
authors:
- name: Joel Marcey
title: Co-creator of Docusaurus 1
url: https://github.com/JoelMarcey
image_url: https://github.com/JoelMarcey.png
socials:
x: joelmarcey
github: JoelMarcey
- name: Sébastien Lorber
title: Docusaurus maintainer
url: https://sebastienlorber.com
image_url: https://github.com/slorber.png
socials:
x: sebastienlorber
github: slorber
tags: [hello, docusaurus-v2]
image: https://i.imgur.com/mErPwqL.png
hide_table_of_contents: false
---

Welcome to this blog. This blog is created with [**Docusaurus 2**](https://docusaurus.io/).

{/* truncate */}

This is my first post on Docusaurus 2.

A whole bunch of exploration to follow.
31 changes: 31 additions & 0 deletions docs/changelogs/2025-02-16-changelog-copy.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: Welcome Docusaurus
description: This is my first post on Docusaurus.
slug: welcome-docusaurus-v2
authors:
- name: Joel Marcey
title: Co-creator of Docusaurus 1
url: https://github.com/JoelMarcey
image_url: https://github.com/JoelMarcey.png
socials:
x: joelmarcey
github: JoelMarcey
- name: Sébastien Lorber
title: Docusaurus maintainer
url: https://sebastienlorber.com
image_url: https://github.com/slorber.png
socials:
x: sebastienlorber
github: slorber
tags: [hello, docusaurus-v2]
image: https://i.imgur.com/mErPwqL.png
hide_table_of_contents: false
---

Welcome to this blog. This blog is created with [**Docusaurus 2**](https://docusaurus.io/).

{/* truncate */}

This is my first post on Docusaurus 2.

A whole bunch of exploration to follow.
14 changes: 14 additions & 0 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,15 @@ module.exports = {
showLastUpdateTime: true,
},
],
[
"@docusaurus/plugin-content-blog",
{
id: "changelogs",
path: "changelogs",
routeBasePath: "changelogs",
editUrl: "https://github.com/confident-ai/deepeval/edit/main/docs/",
},
],
],

title: "DeepEval - The Open-Source LLM Evaluation Framework",
Expand Down Expand Up @@ -160,6 +169,11 @@ module.exports = {
position: "left",
label: "Blogs",
},
{
to: "changelogs",
label: "Changelogs",
position: "left",
},
{
href: "https://confident-ai.com",
className: "header-confident-link",
Expand Down
1 change: 1 addition & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
},
"dependencies": {
"@docusaurus/core": "2.4.1",
"@docusaurus/plugin-content-blog": "2.4.1",
"@docusaurus/preset-classic": "2.4.1",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.2.1",
Expand Down