Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bee491f

Browse filesBrowse 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
Copy full SHA for bee491f

File tree

120 files changed

+8748
-4417
lines changed
Filter options

Some content is hidden

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

120 files changed

+8748
-4417
lines changed

‎.eslintrc.js

Copy file name to clipboardExpand all lines: .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

Copy file name to clipboardExpand all lines: .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

Copy file name to clipboardExpand all lines: doc/Makefile
-20
This file was deleted.

‎doc/_static/css/custom.css

Copy file name to clipboardExpand all lines: doc/_static/css/custom.css
-11
This file was deleted.

‎doc/_templates/layout.html

Copy file name to clipboardExpand all lines: doc/_templates/layout.html
-5
This file was deleted.

‎doc/build-with-conda.sh

Copy file name to clipboardExpand all lines: doc/build-with-conda.sh
-19
This file was deleted.

‎doc/conf.py

Copy file name to clipboardExpand all lines: doc/conf.py
-221
This file was deleted.

‎doc/contributing.rst

Copy file name to clipboardExpand all lines: doc/contributing.rst
-18
This file was deleted.

‎doc/contributing/building.rst

Copy file name to clipboardExpand all lines: doc/contributing/building.rst
-45
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.