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

Docs : Add Home page for documentation #4764

Merged
merged 36 commits into from
Jul 9, 2024
Merged

Commits on Jul 9, 2024

  1. Docs : Add P4 compiler Architecture SVG

    Signed-off-by: Adarsh <Adarshbunny293@gmail.com>
    AdarshRawat1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    341f88b View commit details
    Browse the repository at this point in the history
  2. Docs : Initial CSS configuration for Cards

    Signed-off-by: Adarsh <Adarshbunny293@gmail.com>
    AdarshRawat1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    aa45464 View commit details
    Browse the repository at this point in the history
  3. Docs : Add and format P4 compiler info page

    Signed-off-by: Adarsh <Adarshbunny293@gmail.com>
    AdarshRawat1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    2d7e3f0 View commit details
    Browse the repository at this point in the history
  4. Docs : improve SVG output

    Signed-off-by: Adarsh <Adarshbunny293@gmail.com>
    AdarshRawat1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    db446de View commit details
    Browse the repository at this point in the history
  5. feat : Improve mobile responsiveness

    Signed-off-by: Adarsh <Adarshbunny293@gmail.com>
    AdarshRawat1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    dea136e View commit details
    Browse the repository at this point in the history
  6. feat : add Slight lift effect to cards

    Signed-off-by: Adarsh <Adarshbunny293@gmail.com>
    AdarshRawat1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    f002a65 View commit details
    Browse the repository at this point in the history
  7. Feat : Embed SVG for increasing interactivity

    - Moved diagram to Assets [Kept for reference only]
    
    Signed-off-by: Adarsh <Adarshbunny293@gmail.com>
    AdarshRawat1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    19d3039 View commit details
    Browse the repository at this point in the history
  8. Fix: Size of Diagram

    Signed-off-by: Adarsh <Adarshbunny293@gmail.com>
    AdarshRawat1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    a48f608 View commit details
    Browse the repository at this point in the history
  9. Delete redundant copy of arcitecture.svg

    Signed-off-by: Adarsh <Adarshbunny293@gmail.com>
    AdarshRawat1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    12aaaed View commit details
    Browse the repository at this point in the history
  10. Feat : Flow toggle capability

    Signed-off-by: Adarsh <Adarshbunny293@gmail.com>
    AdarshRawat1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    ac35135 View commit details
    Browse the repository at this point in the history
  11. Feat : Add toggle easter egg

    Signed-off-by: Adarsh <Adarshbunny293@gmail.com>
    AdarshRawat1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    5a290b1 View commit details
    Browse the repository at this point in the history
  12. Feat : Improve mobile responsiveness

    Signed-off-by: Adarsh <Adarshbunny293@gmail.com>
    AdarshRawat1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    025771b View commit details
    Browse the repository at this point in the history
  13. Update to hyperlink enabled architecture SVG

    Signed-off-by: Adarsh <Adarshbunny293@gmail.com>
    AdarshRawat1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    88a80fe View commit details
    Browse the repository at this point in the history
  14. Upload Architecture.drawio asset

    Signed-off-by: Adarsh <Adarshbunny293@gmail.com>
    AdarshRawat1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    039a261 View commit details
    Browse the repository at this point in the history
  15. Refactor: Convert toggle animation to one-time trigger

    Signed-off-by: Adarsh <Adarshbunny293@gmail.com>
    AdarshRawat1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    7eea61a View commit details
    Browse the repository at this point in the history
  16. Add hyperlinks to cards

    Signed-off-by: Adarsh <Adarshbunny293@gmail.com>
    AdarshRawat1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    0b38abc View commit details
    Browse the repository at this point in the history
  17. Add contribution guides to documentation

    Signed-off-by: Adarsh <Adarshbunny293@gmail.com>
    AdarshRawat1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    4618ef9 View commit details
    Browse the repository at this point in the history
  18. Docs: Initial Introduction content for P4 Compiler

    Signed-off-by: Adarsh <Adarshbunny293@gmail.com>
    AdarshRawat1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    bbbc463 View commit details
    Browse the repository at this point in the history
  19. Docs: Improve P4C introduction

    Signed-off-by: Adarsh <Adarshbunny293@gmail.com>
    AdarshRawat1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    3162a4f View commit details
    Browse the repository at this point in the history
  20. Docs : Improve introduction content

    Signed-off-by: Adarsh <Adarshbunny293@gmail.com>
    AdarshRawat1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    55985d3 View commit details
    Browse the repository at this point in the history
  21. Docs : Shorten Contribution heading

    Signed-off-by: Adarsh <Adarshbunny293@gmail.com>
    AdarshRawat1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    ad5c161 View commit details
    Browse the repository at this point in the history
  22. Fix : Default Horizontal Scroll Bar in side bar

    Signed-off-by: Adarsh <Adarshbunny293@gmail.com>
    AdarshRawat1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    4758de0 View commit details
    Browse the repository at this point in the history
  23. UI: P4 logo color scheme

    Signed-off-by: Adarsh <Adarshbunny293@gmail.com>
    AdarshRawat1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    b545d57 View commit details
    Browse the repository at this point in the history
  24. Ui: Add spacing in introduction section

    Signed-off-by: Adarsh <Adarshbunny293@gmail.com>
    AdarshRawat1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    d92a66c View commit details
    Browse the repository at this point in the history
  25. Fix : Add path to custom CSS for color scheme

    Signed-off-by: Adarsh <Adarshbunny293@gmail.com>
    AdarshRawat1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    1f0d542 View commit details
    Browse the repository at this point in the history
  26. UI: Switch to sidebar only theme

    Signed-off-by: Adarsh <Adarshbunny293@gmail.com>
    AdarshRawat1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    baede9c View commit details
    Browse the repository at this point in the history
  27. Update docs/doxygen/Doxymain.md

    Co-authored-by: Fabian Ruffy <5960321+fruffy@users.noreply.github.com>
    Signed-off-by: Adarsh Rawat <adarshbunny293@gmail.com>
    AdarshRawat1 and fruffy committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    e1853b4 View commit details
    Browse the repository at this point in the history
  28. Update docs/doxygen/Doxymain.md

    Signed-off-by: Adarsh <Adarshbunny293@gmail.com>
    
    Co-authored-by: Fabian Ruffy <5960321+fruffy@users.noreply.github.com>
    Signed-off-by: Adarsh Rawat <adarshbunny293@gmail.com>
    AdarshRawat1 and fruffy committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    60f54cd View commit details
    Browse the repository at this point in the history
  29. Dev : Switch to GitHub hosted HTML for Diagram

    Signed-off-by: Adarsh <Adarshbunny293@gmail.com>
    AdarshRawat1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    d7057f6 View commit details
    Browse the repository at this point in the history
  30. Fix: Disable toggle button after click

    Signed-off-by: Adarsh <Adarshbunny293@gmail.com>
    AdarshRawat1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    6bed7f6 View commit details
    Browse the repository at this point in the history
  31. Docs : Update colors & links in diagram

    Open links in new tab
    
    Signed-off-by: Adarsh <Adarshbunny293@gmail.com>
    AdarshRawat1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    2cf0e45 View commit details
    Browse the repository at this point in the history
  32. fix : Diagram size on Small Screens

    Signed-off-by: Adarsh <Adarshbunny293@gmail.com>
    AdarshRawat1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    3221c6a View commit details
    Browse the repository at this point in the history
  33. UI : refactor space between content

    Signed-off-by: Adarsh <Adarshbunny293@gmail.com>
    AdarshRawat1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    6a89fb6 View commit details
    Browse the repository at this point in the history
  34. Fix: Content spacing

    Signed-off-by: Adarsh <Adarshbunny293@gmail.com>
    AdarshRawat1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    7a6b98c View commit details
    Browse the repository at this point in the history
  35. Docs : added config for root README

    Signed-off-by: Adarsh <Adarshbunny293@gmail.com>
    AdarshRawat1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    a02cdc3 View commit details
    Browse the repository at this point in the history
  36. Improve diagram color and animation speed

    Signed-off-by: Adarsh <Adarshbunny293@gmail.com>
    AdarshRawat1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    bb1c516 View commit details
    Browse the repository at this point in the history