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

[FEAT] Documentation Page #553

Open
wants to merge 35 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 25 commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
2d40c69
init docs
abhilashreddysh Jun 29, 2024
5a2faa4
Update Broken Links to Github
abhilashreddysh Jun 29, 2024
79626b5
Add navigation and Discord links and Logo
abhilashreddysh Jun 30, 2024
5320615
Added Release Notes and release tags
abhilashreddysh Jul 1, 2024
34b5858
init docs
abhilashreddysh Jun 29, 2024
7cb3291
Update Broken Links to Github
abhilashreddysh Jun 29, 2024
99f8a95
Add navigation and Discord links and Logo
abhilashreddysh Jun 30, 2024
f50dc51
Added Release Notes and release tags
abhilashreddysh Jul 1, 2024
a22f392
fix merge conflicts
abhilashreddysh Aug 20, 2024
f8b6783
merge conflicts 2
abhilashreddysh Aug 20, 2024
3966dbc
Fix Merge conflicts: 3
abhilashreddysh Aug 20, 2024
b531eb9
Fix Merge Conflits : 4
abhilashreddysh Aug 20, 2024
b87a52a
Fix Linting Issues and Update sidebar for easy navigation
abhilashreddysh Aug 21, 2024
b469cab
style: format codebase
github-actions[bot] Aug 21, 2024
46e8c6b
Optimise code for Release.jsx for error handling
abhilashreddysh Aug 21, 2024
2849f03
style: format codebase
github-actions[bot] Aug 21, 2024
4596dc5
add tabs for the download instructions
abhilashreddysh Sep 11, 2024
875adc1
Add missing information callout component for CLI page
abhilashreddysh Sep 11, 2024
10f4545
Adds Video player for demo instead of links
abhilashreddysh Sep 11, 2024
f7ff4e3
Update Development section for better UX
abhilashreddysh Sep 11, 2024
ec6284a
Remove Unused assets and update Docs Homepage
abhilashreddysh Sep 11, 2024
0491296
Add Steps component in FAQ page
abhilashreddysh Sep 11, 2024
2cc4eef
Add CopyToClipboard, Line number and File names
abhilashreddysh Sep 11, 2024
a0ea05d
add inline syntax highlighting
abhilashreddysh Sep 11, 2024
50e841f
style: format codebase
github-actions[bot] Sep 11, 2024
4bd0cb3
fix: Fixed Coderabbit AI's reviews and made some minor fixes to fix t…
SaptarshiSarkar12 Sep 22, 2024
5b424e8
Merge branch 'master' of github.com:SaptarshiSarkar12/Drifty into fea…
SaptarshiSarkar12 Sep 22, 2024
5f06c3a
Merged upstream changes
SaptarshiSarkar12 Sep 22, 2024
cb37916
fix: Fixed Coderabbit AI's reviews and updated the information in the…
SaptarshiSarkar12 Sep 24, 2024
a7b9586
style: format codebase
github-actions[bot] Sep 24, 2024
81e9043
chore: Fixed Vercel Build issues
SaptarshiSarkar12 Sep 24, 2024
7d49246
Merge branch 'feat-docs' of https://github.com/abhilashreddysh/Drifty…
SaptarshiSarkar12 Sep 24, 2024
330a3b2
chore: Fixed formatting
SaptarshiSarkar12 Sep 24, 2024
846db79
fix: Moved Warning Callout to proper region
SaptarshiSarkar12 Sep 24, 2024
834e334
chore: Fixed linter issues
SaptarshiSarkar12 Sep 24, 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
11 changes: 11 additions & 0 deletions Website/app/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ function MobileNav({ open }) {
>
<button className="">Download</button>
</NavLink>
<NavLink
to="/docs"
cn="text-2xl font-bold my-6 text-white hover:text-blue-700 hover:transition hover:ease-in-out delay-75 hover:-translate-y-1 hover:scale-110 duration-300"
>
<button className="">Docs</button>
</NavLink>
<NavLink
to="/contact"
cn="text-2xl font-bold my-6 text-white hover:text-blue-700 hover:transition hover:ease-in-out delay-75 hover:-translate-y-1 hover:scale-110 duration-300"
Expand Down Expand Up @@ -154,6 +160,11 @@ export default function Header({ props }) {
DOWNLOAD
</button>
</NavLink>
<NavLink to="/docs" cn="mx-4 flex">
<button className="text-white hover:transition text-xl hover:scale-105 duration-300 font-extrabold">
DOCS
</button>
</NavLink>
<NavLink to="/contact" cn="mx-4 flex">
<button className="text-white hover:transition text-xl hover:scale-105 duration-300 font-extrabold">
CONTACT
Expand Down
33 changes: 0 additions & 33 deletions Website/app/docs/Development/Architecture.md

This file was deleted.

167 changes: 0 additions & 167 deletions Website/app/docs/Development/Building-Executables.md

This file was deleted.

37 changes: 0 additions & 37 deletions Website/app/docs/Faq.md

This file was deleted.

66 changes: 0 additions & 66 deletions Website/app/docs/Quickstart.md

This file was deleted.

Loading