Skip to content

Commit

Permalink
Merge pull request #1314 from remotestorage/feature/docs_migration
Browse files Browse the repository at this point in the history
Migrate documentation to VitePress and main GitHub Pages website
  • Loading branch information
raucao authored Jul 26, 2024
2 parents 9999f23 + 4192f44 commit bee491f
Show file tree
Hide file tree
Showing 120 changed files with 8,748 additions and 4,417 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,12 @@ module.exports = {
"semi": 2,
"arrow-spacing": 2,
"no-prototype-builtins": 1,
"@typescript-eslint/ban-types": 1,
"@typescript-eslint/camelcase": 0,
"@typescript-eslint/no-explicit-any": 1,
"@typescript-eslint/no-var-requires": 1,
"@typescript-eslint/no-unsafe-declaration-merging": 1,
"@typescript-eslint/no-unused-vars": 1,
"@typescript-eslint/no-use-before-define": 1,
"@typescript-eslint/no-empty-interface": 1
},
Expand Down
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
*.log
/build
/gitno
cache
node_modules
doc/code
doc/_build
doc/__pycache__/
tags
docs/api/index.md
docs/.vitepress/dist/
20 changes: 0 additions & 20 deletions doc/Makefile

This file was deleted.

11 changes: 0 additions & 11 deletions doc/_static/css/custom.css

This file was deleted.

5 changes: 0 additions & 5 deletions doc/_templates/layout.html

This file was deleted.

19 changes: 0 additions & 19 deletions doc/build-with-conda.sh

This file was deleted.

221 changes: 0 additions & 221 deletions doc/conf.py

This file was deleted.

18 changes: 0 additions & 18 deletions doc/contributing.rst

This file was deleted.

45 changes: 0 additions & 45 deletions doc/contributing/building.rst

This file was deleted.

Loading

0 comments on commit bee491f

Please sign in to comment.