Skip to content

Commit

Permalink
Move faq.md into docs/user
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzyis committed Jan 8, 2025
1 parent c4ec33b commit fed8323
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ async function upsertDiscussion (variables) {
return json.data
}

const faq = readItem('faq.md')
const faq = readItem('../docs/user/faq.md')

upsertDiscussion(faq)

0 comments on commit fed8323

Please sign in to comment.