Commit Graph

96 Commits

Author SHA1 Message Date
Jacob Nguyen
07b83f76fe feat: edit action 2022-08-13 15:19:41 -05:00
Jacob Nguyen
3956759f06 Trigger Build 2022-08-13 15:15:08 -05:00
Jacob Nguyen
88b4ffae11 feat: update gh action 2022-08-13 14:54:05 -05:00
Jacob Nguyen
2bce9458bf feat: update gh action 2022-08-13 14:51:14 -05:00
Jacob Nguyen
cd601bdefe Merge remote-tracking branch 'origin/jacoobes' into jacoobes 2022-08-13 14:46:44 -05:00
Jacob Nguyen
ae9c40ee50 feat: configure docusaurus.config.js for github pages 2022-08-13 14:46:16 -05:00
Jacob Nguyen
d4abf4bc9d feat: move CNAME to static/ 2022-08-13 14:46:16 -05:00
Jacob Nguyen
e4eaf9dda2 feat: remove old index.html in static/ 2022-08-13 14:46:16 -05:00
Jacob Nguyen
5178605264 feat: remove old index.html in static/ 2022-08-13 14:46:16 -05:00
xxDeveloper
62982d91e4 ci: Create docusaurus workflow 2022-08-13 22:44:08 +03:00
Jacob Nguyen
e8acece51a feat: configure docusaurus.config.js for github pages 2022-08-13 14:41:38 -05:00
Jacob Nguyen
463f0f61e0 feat: move CNAME to static/ 2022-08-13 14:38:57 -05:00
Jacob Nguyen
d23c54dd2c feat: remove old index.html in static/ 2022-08-13 14:36:15 -05:00
Jacob Nguyen
e627b8bb55 feat: remove old index.html in static/ 2022-08-13 14:27:21 -05:00
Jacob Nguyen
add28784d2 Merge pull request #11 from sern-handler/jacoobes
feat: Added docs
2022-08-13 14:18:54 -05:00
Jacob Nguyen
0eccac926f Merge branch 'master' into jacoobes
# Conflicts:
#	docs/guide/.nojekyll
#	docs/guide/README.md
#	docs/guide/getting-started/choose-ide.md
#	docs/guide/good-to-know/sern-config.html
#	docs/guide/intro.html
#	docs/guide/other/release-notes.html
#	docs/guide/walkthrough/cli.md
#	docs/guide/walkthrough/conclusion.md
#	docs/guide/walkthrough/first-command.md
#	docs/guide/walkthrough/first-event.md
#	docs/guide/walkthrough/goal.md
#	docs/guide/walkthrough/good-to-know.md
#	docs/guide/walkthrough/plugins.md
#	docs/guide/walkthroughs/cli.html
#	docs/guide/walkthroughs/conclusion.html
#	docs/guide/walkthroughs/first-command.html
#	docs/guide/walkthroughs/first-event.html
#	docs/guide/walkthroughs/plugins.html
#	netlify.toml
#	package.json
2022-08-13 14:05:39 -05:00
Jacob Nguyen
f18d4ded88 feat: add a few more admonitions 2022-08-13 13:55:04 -05:00
Jacob Nguyen
a128e8dee6 feat: cleaning up, adding admonitions 2022-08-13 13:45:13 -05:00
Jacob Nguyen
211aeaefbd feat: add intro 2022-08-12 22:04:29 -05:00
Jacob Nguyen
33301874f9 feat: fix responsiveness and uneven footer
Co-authored-by: xxDeveloper <Murtatrxx@users.noreply.github.com>
2022-08-11 20:14:30 -05:00
Jacob Nguyen
cc7bd61542 feat: make blog private for now 2022-08-09 17:39:33 -05:00
Jacob Nguyen
48912ed979 feat: sidebar order for walkthrough 2022-08-09 17:35:04 -05:00
Jacob Nguyen
cd964af129 feat: made hero larger 2022-08-09 17:18:19 -05:00
Jacob Nguyen
4e604a0449 feat: add coming soon plugins page 2022-08-09 16:52:07 -05:00
Jacob Nguyen
6f4ab8ef9c feat: fixing some links after repo change 2022-08-09 16:20:31 -05:00
Jacob Nguyen
e43eec5f20 feat: change linebreaks, remove other/ 2022-08-09 16:02:05 -05:00
Jacob Nguyen
fe27ff5a0c feat: progresso noodle soup
Co-authored-by: xxDeveloper <Murtatrxx@users.noreply.github.com>
2022-08-08 16:41:48 -05:00
Jacob Nguyen
eb3b049a19 feat: work on blog and edit README.md 2022-08-08 14:00:55 -05:00
Jacob Nguyen
974b909946 feat: add netlify serve directory 2022-08-08 11:27:10 -05:00
Jacob Nguyen
f607b95346 feat: commit out plugins 2022-08-07 18:03:48 -05:00
Jacob Nguyen
ed91cceabc feat: changes 2022-08-07 17:29:05 -05:00
Jacob Nguyen
83320e49f6 feat adding guide to repo, adding api 2022-08-07 16:43:28 -05:00
Jacob Nguyen
fc3dde72f9 feat adding guide to repo, adding api 2022-08-07 16:42:55 -05:00
Jacob Nguyen
e0444a9998 feat: add doc blog 2022-08-07 10:51:42 -05:00
Jacob Nguyen
8e4f5299df feat: add resources 2022-08-07 10:50:21 -05:00
Jacob Nguyen
70010ffe57 feat: start merge 2022-08-07 10:47:25 -05:00
xxDeveloper
97309dba62 feat: Added more functionality bot 404 page 2022-07-28 21:34:22 +03:00
xxDeveloper
31651e1963 feat: Added 404 page 2022-07-28 21:31:05 +03:00
Jacob Nguyen
05e188439d fixes: fixes a lot of the bad links and rewording for brevity (#9)
* bug: typos

* fix: links

* fix: sidebar links

* fix: cli link

* fix: local links

* fix: oops forgot some links

* fixing more links

* docs: adding brevity

* feat: adding basic plugin description back

* fix: export -> exports

* fix: intro href

* fix: docs link (don't want unwanted redirect to home

* fix: titles

* style: format ( vscode default )

* docs: comment out

* adding nojekyll

* fix: idk trying to fix netlify deploy

* Create netlify.toml

* Update package.json

* docs: Removed nojekyll

* chore: update netlify.toml

Co-authored-by: xxDeveloper <77380166+Murtatrxx@users.noreply.github.com>
2022-07-26 23:17:05 +03:00
xxDeveloper
5bfe0f825c Update netlify.toml 2022-07-26 21:55:26 +03:00
xxDeveloper
da0eefdf3b Create netlify.toml 2022-07-26 21:53:27 +03:00
xxDeveloper
2ee09a6e7a docs: Fix the color 2022-07-25 11:38:49 +03:00
xxDeveloper
fc134c0c9c docs: Guide v1.0.0 2022-07-24 23:26:42 +03:00
xxDeveloper
24765af575 Merge branch 'master' of https://github.com/sern-handler/website 2022-07-24 23:24:04 +03:00
xxDeveloper
243c020628 docs: Guide v1.0.0 2022-07-24 23:23:38 +03:00
xxDeveloper
cff7bd7e09 docs(readme): Uncapitalized the brand name 2022-07-15 16:56:01 +03:00
xxDeveloper
0eec925422 Merge pull request #8 from sern-handler/guide-improve
docs: Guide improve
2022-07-15 16:55:23 +03:00
xxDeveloper
b08f1ff29f docs(website): Uncapitalized the brand name 2022-07-15 16:48:56 +03:00
xxDeveloper
674184badb Merge pull request #7 from sern-handler/jacoobes
docs: Added guide
2022-07-12 23:35:00 +03:00
Jacob Nguyen
9cfb202014 feat: requested changes 2022-07-12 14:28:07 -05:00