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

Update docs_theme to boostrap V5.x #9404

Open
wants to merge 39 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
f4ffee1
feat: add venv/ to .gitignore
mostafaei2002 May 12, 2024
db00ca7
feat: remove old src tags and add new
mostafaei2002 May 12, 2024
ea66c94
feat: add new navbar base HTML
mostafaei2002 May 12, 2024
44dd71c
fix: change search form to search modal btn
mostafaei2002 May 14, 2024
4106ff0
feat: add search modal
mostafaei2002 May 14, 2024
f75a652
fix: remove commented out code old navbar
mostafaei2002 May 14, 2024
736f378
fix: navbar dropdown urls
mostafaei2002 May 14, 2024
e294ad7
fix: move modal code, update main-content classes
mostafaei2002 May 14, 2024
4f7f4ab
fix: update side nav
mostafaei2002 May 14, 2024
fb62100
fix: move scripts to end of page
mostafaei2002 May 14, 2024
aa3583a
fix: update footer
mostafaei2002 May 14, 2024
a97f1a8
feat: add package.json
mostafaei2002 May 14, 2024
5102d46
feat: install bootstrap on npm
mostafaei2002 May 15, 2024
c71ac94
fix: remove old files
mostafaei2002 May 15, 2024
8c110cf
feat: setup webpack dev env for bootstrap
mostafaei2002 May 15, 2024
5be3eeb
fix: fix minor style import
mostafaei2002 May 15, 2024
80cc6b8
fix: enable hot reloading with mkdocs
mostafaei2002 May 15, 2024
457be6c
feat: update navbar styles and add bootstrap classes
mostafaei2002 May 15, 2024
e1f1c9e
fix: update more styleS
mostafaei2002 May 16, 2024
a10a198
fix: setup prettyprint
mostafaei2002 May 16, 2024
8b2d4a8
fix: fix scroll to headings & remove unnecessary scripts
mostafaei2002 May 18, 2024
d51937b
fix: fix images on mobile
mostafaei2002 May 18, 2024
0c86095
fix: remove mkdocs headerlinks
mostafaei2002 May 18, 2024
45b0963
fix: update main content column widths
mostafaei2002 May 18, 2024
21f478c
fix: improve navbar button, add icons
mostafaei2002 May 18, 2024
0f41e08
fix: restore removed function
mostafaei2002 May 18, 2024
2ff176a
fix: update sidenav styles
mostafaei2002 May 18, 2024
8d18f20
fix: update navbar buttons location
mostafaei2002 May 18, 2024
77291fe
feat: add dark theme
mostafaei2002 May 18, 2024
42d1515
fix: fix small theming issues
mostafaei2002 May 19, 2024
ccb6622
fix: generate new colors for code on dark theme with mistral AI
mostafaei2002 May 19, 2024
f37127f
fix: ignore package-lock.json from workflows
mostafaei2002 May 20, 2024
9e29545
fix: typo
mostafaei2002 May 20, 2024
5ae59fb
fix: hide promo on mobiles & apply filters on logo for dark mode
mostafaei2002 May 23, 2024
4401813
fix: add next/prev buttons
mostafaei2002 May 28, 2024
c6e05ce
fix: fix promo link colors on dark mode
mostafaei2002 May 28, 2024
74eabba
fix: optimize & remove unnecessary css imports
mostafaei2002 May 28, 2024
3504aa1
fix: optimize js and remove unnecessary imports
mostafaei2002 May 28, 2024
7236e2e
fix: organize css
mostafaei2002 Jun 1, 2024
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ coverage.*
!.github
!.gitignore
!.pre-commit-config.yaml

venv/
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ repos:
rev: v2.2.6
hooks:
- id: codespell
exclude: locale|kickstarter-announcement.md|coreapi-0.1.1.js
exclude: locale|kickstarter-announcement.md|coreapi-0.1.1.js|docs_theme/package-lock.json
2 changes: 2 additions & 0 deletions docs_theme/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules/
dist/
Loading
Loading