Skip to content

Commit bee491f

Browse files
authored
Merge pull request #1314 from remotestorage/feature/docs_migration
Migrate documentation to VitePress and main GitHub Pages website
2 parents 9999f23 + 4192f44 commit bee491f

File tree

120 files changed

+8748
-4417
lines changed

Some content is hidden

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

120 files changed

+8748
-4417
lines changed

.eslintrc.js

+4
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,12 @@ module.exports = {
7777
"semi": 2,
7878
"arrow-spacing": 2,
7979
"no-prototype-builtins": 1,
80+
"@typescript-eslint/ban-types": 1,
8081
"@typescript-eslint/camelcase": 0,
82+
"@typescript-eslint/no-explicit-any": 1,
8183
"@typescript-eslint/no-var-requires": 1,
84+
"@typescript-eslint/no-unsafe-declaration-merging": 1,
85+
"@typescript-eslint/no-unused-vars": 1,
8286
"@typescript-eslint/no-use-before-define": 1,
8387
"@typescript-eslint/no-empty-interface": 1
8488
},

.gitignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
*.log
66
/build
77
/gitno
8+
cache
89
node_modules
9-
doc/code
10-
doc/_build
11-
doc/__pycache__/
1210
tags
11+
docs/api/index.md
12+
docs/.vitepress/dist/

doc/Makefile

-20
This file was deleted.

doc/_static/css/custom.css

-11
This file was deleted.

doc/_templates/layout.html

-5
This file was deleted.

doc/build-with-conda.sh

-19
This file was deleted.

doc/conf.py

-221
This file was deleted.

doc/contributing.rst

-18
This file was deleted.

doc/contributing/building.rst

-45
This file was deleted.

0 commit comments

Comments
 (0)