Skip to content

Commit

Permalink
remove blog directory and use changelog (#1772)
Browse files Browse the repository at this point in the history
* update title and change directory

* remove title import
  • Loading branch information
thisisjoshford authored Feb 29, 2024
1 parent 5dc40da commit 697c9c8
Show file tree
Hide file tree
Showing 14 changed files with 4 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 4 additions & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,13 @@ const config = {
anonymizeIP: true,
},
blog: {
blogTitle: 'NEAR Developer Changelog',
blogSidebarTitle: 'Developer Changelog',
blogSidebarCount: 'ALL',
showReadingTime: false,
routeBasePath: 'changelog',
path: '../changelog',

},
theme: {
customCss: './src/css/custom.scss',
Expand All @@ -73,7 +76,7 @@ const config = {
name: 'near-changelog',
sourceBaseUrl:
'https://raw.githubusercontent.com/near/near-releases/main/reports/',
outDir: '/blog',
outDir: '../changelog',
documents: changelogs,
noRuntimeDownloads: true,
modifyContent(filename, content) {
Expand Down

0 comments on commit 697c9c8

Please sign in to comment.