Skip to content

Commit b8aa8c0

Browse files
committed
docs: move Fumadocs into docs/ and remove old Sphinx files
- Move all Fumadocs files (app/, components/, content/, lib/, scripts/, config files) into docs/ subdirectory - Remove old Sphinx RST files, conf.py, Makefile, requirements.txt - Remove .readthedocs.yaml - Update GitHub source links to reflect new paths
1 parent fc954f3 commit b8aa8c0

117 files changed

Lines changed: 4 additions & 3509 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ venv*/
1212
.vscode
1313
.binance/
1414

15-
# node / next.js / fumadocs
15+
# node / next.js / fumadocs (inside docs/)
1616
node_modules/
1717
.next/
1818
out/
@@ -24,4 +24,4 @@ out/
2424
*.tsbuildinfo
2525
next-env.d.ts
2626
.vercel
27-
api-output/
27+
docs/api-output/

.readthedocs.yaml

Lines changed: 0 additions & 36 deletions
This file was deleted.

docs/Makefile

Lines changed: 0 additions & 23 deletions
This file was deleted.

docs/account.rst

Lines changed: 0 additions & 253 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default async function Page(props: {
5050
<LLMCopyButton markdownUrl={markdownUrl} />
5151
<ViewOptions
5252
markdownUrl={markdownUrl}
53-
githubUrl={`https://github.com/sammchardy/python-binance/blob/docs/content/docs/${page.slugs.join("/")}.mdx`}
53+
githubUrl={`https://github.com/sammchardy/python-binance/blob/docs/docs/content/docs/${page.slugs.join("/")}.mdx`}
5454
/>
5555
</div>
5656
<DocsBody>

0 commit comments

Comments
 (0)