Skip to content

Commit aa59af3

Browse files
committed
feat: move tech notes to personal repo
1 parent 55562d6 commit aa59af3

File tree

112 files changed

+12474
-9
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+12474
-9
lines changed

β€Ž.gitignoreβ€Ž

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Mac OSX
2+
.DS_Store
3+
4+
# IntelliJ IDEA
5+
.idea/
6+
*.iml
7+
out/
8+
9+
# Gradle
10+
.gradle
11+
build
12+
reports
13+
!docs/reports
14+
!gradle-wrapper.jar
15+
16+
# Java
17+
hs_err_pid*
18+
classes.lst
19+
*.jsa
20+
jre/
21+
22+
# Kotlin
23+
**/.kotlin
24+
25+
# Kobweb ignores
26+
**/.kobweb/*
27+
!**/.kobweb/conf.yaml
28+
29+
# Gradle release
30+
cx.json

β€ŽWriterside/b.treeβ€Ž

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE instance-profile
3+
SYSTEM "https://resources.jetbrains.com/writerside/1.0/product-profile.dtd">
4+
5+
<instance-profile id="b"
6+
name="Suresh's Blog"
7+
start-page="blogs.md">
8+
<toc-element topic="blogs.md"/>
9+
<toc-element topic="API_Reference.md"/>
10+
</instance-profile>

β€ŽWriterside/c.listβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE categories
3+
SYSTEM "https://resources.jetbrains.com/writerside/1.0/categories.dtd">
4+
<categories>
5+
<category id="wrs" name="Writerside documentation" order="1"/>
6+
</categories>
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<buildprofiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/build-profiles.xsd">
4+
5+
<variables>
6+
<primary-color>emerald</primary-color>
7+
<color-preset>vivid</color-preset>
8+
<web-root>https://suresh.dev/</web-root>
9+
<header-logo>header-logo.png</header-logo>
10+
<product-web-url>https://suresh.dev/</product-web-url>
11+
<search-scope/>
12+
<download-title>suresh.dev</download-title>
13+
<download-page>https://suresh.dev</download-page>
14+
<showDownloadButton>true</showDownloadButton>
15+
<offline-docs>true</offline-docs>
16+
<og-twitter>@sur3shg</og-twitter>
17+
</variables>
18+
19+
<footer>
20+
<copyright>Suresh 2024</copyright>
21+
<social type="blog" href="https://suresh.dev/notes"/>
22+
<social type="twitter" href="https://twitter.com/sur3shg"/>
23+
<link href="https://github.com/sureshg">Github</link>
24+
</footer>
25+
</buildprofiles>

β€ŽWriterside/images/Java.svgβ€Ž

Lines changed: 56 additions & 0 deletions
Loading
Lines changed: 98 additions & 0 deletions
Loading

β€ŽWriterside/images/containers.svgβ€Ž

Lines changed: 16 additions & 0 deletions
Loading

0 commit comments

Comments
Β (0)