Skip to content

Commit

Permalink
Remove gh-pages directory,
Browse files Browse the repository at this point in the history
add demo video,
add footer with links
  • Loading branch information
DineshSolanki committed Oct 19, 2023
1 parent cf607f4 commit 0abc2f6
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 147 deletions.
7 changes: 6 additions & 1 deletion Samay-docs/cfg/buildprofiles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@
<noindex-content>false</noindex-content>
</variables>
</build-profile>

<footer>
<social type="linkedin" href="https://www.linkedin.com/in/dineshsolanki/"/>
<social type="blog" href="aprogrammers.wordpress.com/"/>
<link href="https://github.com/DineshSolanki/Samay/">See source code</link>
<link href="https://central.sonatype.com/artifact/io.github.dineshsolanki/Samay">Get on Maven</link>
</footer>
</buildprofiles>
1 change: 1 addition & 0 deletions Samay-docs/topics/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Samay is a Java library that provides automatic timezone handling for Spring Boot applications. It allows easy extraction and usage of timezone information from HTTP requests.

<video src="https://www.youtube.com/watch?v=-r0JQPdx9qo" mini-player="true"/>
## What is Samay?

Samay is designed to simplify timezone handling in Spring Boot web applications. It intercepts incoming HTTP requests, extracts the timezone from a custom header, stores it in a ThreadLocal variable, and makes it available throughout the request lifecycle.
Expand Down
1 change: 0 additions & 1 deletion gh-pages/HelpTOC.json

This file was deleted.

1 change: 0 additions & 1 deletion gh-pages/Map.jhm

This file was deleted.

1 change: 0 additions & 1 deletion gh-pages/config.json

This file was deleted.

Empty file removed gh-pages/current.help.version
Empty file.
9 changes: 0 additions & 9 deletions gh-pages/index.html

This file was deleted.

81 changes: 0 additions & 81 deletions gh-pages/mermaid.css

This file was deleted.

1 change: 0 additions & 1 deletion gh-pages/overview.html

This file was deleted.

1 change: 0 additions & 1 deletion gh-pages/samay-request-processing-flow.html

This file was deleted.

51 changes: 0 additions & 51 deletions gh-pages/using-samay.html

This file was deleted.

0 comments on commit 0abc2f6

Please sign in to comment.