Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

650-feat: Add docs #683

Merged
merged 66 commits into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from 35 commits
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
b04813d
feat: add docs
SpaNb4 Nov 15, 2024
25fdf9f
add ts-ignore
SpaNb4 Nov 15, 2024
05b3419
add missing css file
SpaNb4 Nov 15, 2024
2f4f74a
refactor
SpaNb4 Nov 15, 2024
bbeb02f
refactor: 650 - mentorship route
SpaNb4 Nov 17, 2024
c9206ee
feat: 650 - add anchor icon
SpaNb4 Nov 17, 2024
ca1a814
fix: submenu
SpaNb4 Nov 17, 2024
3da894b
feat: add lang switcher
SpaNb4 Nov 17, 2024
341672d
improve search
SpaNb4 Nov 19, 2024
4b73f88
change docs file structure
SpaNb4 Nov 21, 2024
b96c05d
use remote for docs menu
SpaNb4 Nov 25, 2024
b4ee83c
Merge branch 'main' of github.com:rolling-scopes/site into feat/650-a…
SpaNb4 Nov 30, 2024
5a6455a
add burgger menu for docs
SpaNb4 Nov 30, 2024
fa8c6c8
refactor menu fetching
SpaNb4 Nov 30, 2024
257307a
fix slugs
SpaNb4 Dec 4, 2024
89970d0
refactor docs
SpaNb4 Dec 7, 2024
71f0b5d
fix docs burger
SpaNb4 Dec 8, 2024
364f12d
Merge branch 'main' of github.com:rolling-scopes/site into feat/650-a…
SpaNb4 Dec 8, 2024
25887d7
clean up search
SpaNb4 Dec 8, 2024
077a123
refactor css
SpaNb4 Dec 8, 2024
3f035ec
fix css issue
SpaNb4 Dec 9, 2024
1437591
fix mobile menu css
SpaNb4 Dec 9, 2024
6151457
fix test
SpaNb4 Dec 9, 2024
f5955a8
Merge branch 'main' of github.com:rolling-scopes/site into feat/650-a…
SpaNb4 Dec 9, 2024
4fbb525
remove unused deps
SpaNb4 Dec 9, 2024
ce1aa24
apply stylelint:fix
SpaNb4 Dec 9, 2024
2a39dce
remove scroll from docs menu
SpaNb4 Dec 9, 2024
52f8cc3
update search input styles
SpaNb4 Dec 9, 2024
5b30937
fix search results
SpaNb4 Dec 9, 2024
d3bc3f1
Merge branch 'main' of github.com:rolling-scopes/site into feat/650-a…
SpaNb4 Dec 9, 2024
587c80b
fix issue with links
SpaNb4 Dec 9, 2024
44183a3
fix issue with images
SpaNb4 Dec 9, 2024
1f1467f
ignore markdown comments
SpaNb4 Dec 9, 2024
5d52ac8
fix multilingual search
SpaNb4 Dec 9, 2024
e39820a
fix eslint
SpaNb4 Dec 9, 2024
af98d15
peer review fixes
SpaNb4 Dec 15, 2024
d6bfb17
Merge branch 'main' of github.com:rolling-scopes/site into feat/650-a…
SpaNb4 Dec 16, 2024
cade8c1
fix active menu item
SpaNb4 Dec 16, 2024
ea3e547
more fixes
SpaNb4 Dec 16, 2024
09d621a
start fixin menu
SpaNb4 Dec 16, 2024
e575fcc
mobile menu fixes
SpaNb4 Dec 18, 2024
251ce6c
add docs to the mobile menu
SpaNb4 Dec 18, 2024
a145e0d
fix link behavior
SpaNb4 Dec 18, 2024
28898ab
fix tests
SpaNb4 Dec 19, 2024
05c61f6
Merge branch 'main' of github.com:rolling-scopes/site into feat/650-a…
SpaNb4 Dec 19, 2024
117bc4b
fix link icon
SpaNb4 Dec 19, 2024
f8a5e40
update language switcher
SpaNb4 Dec 19, 2024
ecd1522
fix eslint
SpaNb4 Dec 19, 2024
b47dbe4
fix stylelint
SpaNb4 Dec 19, 2024
1c7d52f
fix alignement
SpaNb4 Dec 19, 2024
64fb906
use css for chevron
SpaNb4 Dec 19, 2024
9d0e197
fix active menu
SpaNb4 Dec 19, 2024
14bcb96
peer review fixes
SpaNb4 Dec 22, 2024
bf06a05
remove useless styles
SpaNb4 Dec 22, 2024
d46d1c8
sticky menu
SpaNb4 Dec 22, 2024
92524fd
fix search
SpaNb4 Dec 23, 2024
0f7b56e
fix vertical scrool on small screens
SpaNb4 Dec 23, 2024
21c99db
fix docs horizontal scroll
SpaNb4 Dec 25, 2024
ceb1d71
Merge branch 'main' of github.com:rolling-scopes/site into feat/650-a…
SpaNb4 Dec 25, 2024
1937ace
fix stylelint
SpaNb4 Dec 25, 2024
a714361
fix docs content styles
SpaNb4 Dec 26, 2024
1daf55e
fix search result urls
SpaNb4 Dec 26, 2024
69b4cbe
remove .html extension from search results urls
SpaNb4 Dec 26, 2024
18d081f
update scroll-padding-top
SpaNb4 Dec 26, 2024
2477d42
Merge branch 'main' of github.com:rolling-scopes/site into feat/650-a…
SpaNb4 Jan 3, 2025
73035d3
Merge branch 'main' of github.com:rolling-scopes/site into feat/650-a…
SpaNb4 Jan 3, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,12 @@ export default [
},
],

'import/extensions': 'error',
'import/extensions': [
'error',
{
json: 'always',
},
],
'import/prefer-default-export': 'off',
'import/no-default-export': 'off',
'import/no-unresolved': ['error', { commonjs: true, amd: true }],
Expand Down
Loading
Loading