Skip to content

Commit

Permalink
Remove changelog mdx files
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaapple committed Dec 22, 2024
1 parent f2612aa commit afbe243
Show file tree
Hide file tree
Showing 15 changed files with 2 additions and 264 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ MemFree is equipped with powerful features that cater to various search and prod

## ChangeLog

[MemFree ChangeLog](https://feedback.memfree.me/changelog)
[MemFree ChangeLog](https://www.memfree.me/changelog)

## Tech Stack

Expand Down
17 changes: 0 additions & 17 deletions frontend/content/changelog/academic-new.mdx

This file was deleted.

16 changes: 0 additions & 16 deletions frontend/content/changelog/ai-search-ask-internet.mdx

This file was deleted.

16 changes: 0 additions & 16 deletions frontend/content/changelog/chrome-extension.mdx

This file was deleted.

17 changes: 0 additions & 17 deletions frontend/content/changelog/chrome-index.mdx

This file was deleted.

17 changes: 0 additions & 17 deletions frontend/content/changelog/claude-3-5-sonnet.mdx

This file was deleted.

17 changes: 0 additions & 17 deletions frontend/content/changelog/context-based-search.mdx

This file was deleted.

24 changes: 0 additions & 24 deletions frontend/content/changelog/deep-mode-answer.mdx

This file was deleted.

15 changes: 0 additions & 15 deletions frontend/content/changelog/gpt4o-mini.mdx

This file was deleted.

26 changes: 0 additions & 26 deletions frontend/content/changelog/hybird-ai-search.mdx

This file was deleted.

15 changes: 0 additions & 15 deletions frontend/content/changelog/improved-stability.mdx

This file was deleted.

13 changes: 0 additions & 13 deletions frontend/content/changelog/rerank-search.mdx

This file was deleted.

28 changes: 0 additions & 28 deletions frontend/content/changelog/search-ask-chat-mode.mdx

This file was deleted.

17 changes: 0 additions & 17 deletions frontend/content/changelog/search-twitter.mdx

This file was deleted.

26 changes: 1 addition & 25 deletions frontend/contentlayer.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,30 +57,6 @@ export const Doc = defineDocumentType(() => ({
computedFields: defaultComputedFields,
}));

export const ChangeLog = defineDocumentType(() => ({
name: 'ChangeLog',
filePathPattern: `changelog/**/*.mdx`,
contentType: 'mdx',
fields: {
title: {
type: 'string',
required: true,
},
description: {
type: 'string',
},
date: {
type: 'date',
required: true,
},
image: {
type: 'string',
required: true,
},
},
computedFields: defaultComputedFields,
}));

export const Post = defineDocumentType(() => ({
name: 'Post',
filePathPattern: `blog/**/*.mdx`,
Expand Down Expand Up @@ -127,7 +103,7 @@ export const Page = defineDocumentType(() => ({

export default makeSource({
contentDirPath: './content',
documentTypes: [Page, Doc, ChangeLog, Post],
documentTypes: [Page, Doc, Post],
mdx: {
remarkPlugins: [remarkGfm],
rehypePlugins: [
Expand Down

0 comments on commit afbe243

Please sign in to comment.