Commit Graph

223 Commits

Author SHA1 Message Date
dependabot[bot]
b7aba61a1d
chore(deps-dev): bump dayjs from 1.11.9 to 1.11.10
Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.9 to 1.11.10.
- [Release notes](https://github.com/iamkun/dayjs/releases)
- [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.10/CHANGELOG.md)
- [Commits](https://github.com/iamkun/dayjs/compare/v1.11.9...v1.11.10)

---
updated-dependencies:
- dependency-name: dayjs
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-22 22:01:45 +00:00
Anda Toshiki
972514849f
Merge pull request #81 from andatoshiki/dependabot/npm_and_yarn/postcss-8.4.30 2023-09-22 03:12:43 -07:00
Anda Toshiki
353a66ce8d
Merge pull request #79 from andatoshiki/dependabot/npm_and_yarn/types/react-18.2.22 2023-09-22 03:12:25 -07:00
c0bfad0a10 fix(style): remove extraneous stylesheets for site color pallete for twoslash styles that causes color overrides breaks upon exsisting 2023-09-19 10:33:05 -07:00
dependabot[bot]
953211fb40
chore(deps-dev): bump postcss from 8.4.29 to 8.4.30
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.29 to 8.4.30.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.29...8.4.30)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-18 21:32:26 +00:00
dependabot[bot]
8cf81b0427
chore(deps-dev): bump @types/react from 18.2.9 to 18.2.22
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.9 to 18.2.22.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-18 21:31:17 +00:00
d6cff5411c feat(sitemap & feed): implement feed and sitemap generation via async at buildend behavior of vitepress site compilation process & migrate sitemap dependency to sitemap-ts 2023-09-17 02:36:31 -07:00
15835c4a64 feat(feed): add site feed generation plugin for rss subscription support 2023-09-17 02:34:13 -07:00
f5eef5b904 refactor(lint): lint code source with prettier configuration 2023-09-17 02:32:14 -07:00
d8d1718223 feat: add metadata constants config list for site feed and sitemap generation references 2023-09-17 02:31:23 -07:00
524b90f2a4 fix(cover): fix wrongful directory for site open graph cover image when sharing site on social platforms (link preview) 2023-09-17 02:28:33 -07:00
4561cc8fed chore: update declaration config files with new components detected during compilation 2023-09-17 02:20:07 -07:00
177188f21d fix(pageingo): use singular word indicators for document information details preventing line breaking into two that looks visually uncomfortable 2023-09-17 02:19:21 -07:00
549f6b640c fix: removed unnessary & redundant transformation replacement options for markdowns that causes unexpected vite wepacking behaviors such as whitespaces and `unrecongized import of assets 2023-09-17 02:14:12 -07:00
864be27d0c refactor(lint): lint vite config file with customized code styles aligning prettier config 2023-09-17 02:12:36 -07:00
37bba7549b chore: remove unused hunk of commented code in config files due to version iteration 2023-09-17 02:11:47 -07:00
9fcde5bd02 chore: update vite webpack config with new plugin and page behavior parameters implemented 2023-09-17 02:10:43 -07:00
db49332444 feat: add markdown utilities in theming for defining different regex for content and tags replacement 2023-09-17 02:09:05 -07:00
eef96d6775 chore: remove markdowntransform utility components and rename to utils for clarifying confusion between file namings amonst differnet directory 2023-09-17 02:07:23 -07:00
579cb7da88 feat: add custom utilities as seperate component for calling into other components to complete features 2023-09-17 02:06:30 -07:00
f97df3af0e feat(postcss): require postcss as third-party style plugin for stylizing website on top of unocss 2023-09-17 02:03:52 -07:00
35020a5fa7 fix: remove unused markdown transformation utilities that causes build failure after replacement when calling vue3 as vite plugin 2023-09-17 02:02:22 -07:00
ff15b48b44 docs(homepage): update homepage link for getting started to development path instead of leading to dead links resulting 404 2023-09-17 02:00:39 -07:00
15f164d072 refactor(lint): lint site manifest json config file aligning prettier config 2023-09-17 01:59:05 -07:00
6ac796a096 chore(gitignore): update gitignore config for ignoring all .ds_store macos folder setting files at root 2023-09-17 01:58:27 -07:00
ee35c63c21 fix(dir): fix global image storage directory to asssets instead of images from all aaws documents by calling image from ./assets/* root directory 2023-09-17 01:56:48 -07:00
b391c693ff perf(bumps): upgrade dependencies to latest version via pnpm 2023-09-17 01:55:12 -07:00
b65d05e4cc refactor(lint): lint and refactor configuration file code sources in typescript 2023-09-17 01:52:11 -07:00
3669d93dcb refactor(assets): change global directories for storing images to assets folderfor aws docs 2023-09-17 01:51:05 -07:00
72fa3aa964 fix(doc): update start reading button linked path for resolving dead links 2023-09-16 21:58:20 -07:00
7c62cfde8f chore(declare): add type & propperty delcaratio files for examining third-party components throughout build 2023-09-16 21:54:17 -07:00
4951472879 feat(scripts): add markdowntrasformation scripts as third-party utilities insteda of main components 2023-09-16 21:53:04 -07:00
a5477524a6 feat(unocss): introduce new global preset stylesheet variable with unocss package on formating design layout 2023-09-16 21:51:23 -07:00
f904a405df chore: introduce and add more extra dependencies to project for use of building new components when required 2023-09-16 21:50:07 -07:00
d7e5ee6157 feat(pageinfo): introduce new pageinfo vue components for documentatiom details display as div blocks under each document title attribute in markdown formatting structure 2023-09-16 21:43:13 -07:00
939a8e7274 feat(env): use dotenv to process site sensitive data secretes instead of exposing at source elevating privacy and security 2023-09-16 21:39:13 -07:00
9aa8403706 chore: replace original redundant scirpts with prefix to simply dev & build & preview 2023-09-16 21:36:57 -07:00
f200c8d2b8 fix: remove some unused vue components & import default unocss style presets by injecting to overall site 2023-09-16 21:36:07 -07:00
30dde9add5 feat(ci): add new release ci for automaticaly generating release notes under each release tag entries 2023-09-16 21:35:03 -07:00
c4f380a020 fix(workflow): fix ci deployment build scripts to align with the change in package.json scripts 2023-09-16 21:34:14 -07:00
7dfa867aad chore: remove unused browsersync config as well as its related dependencies with vitepress preview as a local server static serving replacement 2023-09-16 21:12:30 -07:00
26cb1d0017 feat(utils): add custom utilities on featching documentation data from pageinfo & date format transformation from date & md for markdown content related with overall exportation to an index module for requiring features from other components 2023-09-16 21:10:11 -07:00
bdd21916f5 feat(scripts): add new scripts for overall repo project utilities on replacing fields of markdown 2023-09-16 21:06:42 -07:00
098a913bea feat(markdown): add additional markdown config for documentation on instering new custom components slots udner speciified markdown attributes and tags 2023-09-16 21:04:35 -07:00
b79ecd83a5 fix: remove deprecated feed and sitemap generation scripts from piror version by munually running geneartion after build 2023-09-16 20:57:26 -07:00
da4c6c2c53 feat: remove fraustrating docs prefix of node scripts replaced with simly dev build & preview 2023-09-16 20:52:07 -07:00
cee4a81615 chore: update project description details with more grammatical accuracy and change project type to module 2023-09-16 20:42:04 -07:00
3d0c6638dd types(config): add wider algolia crawler range for content searching comprehensiveness from code & pre & blockquote tags 2023-09-16 20:38:40 -07:00
34ed09fbb0 docs(rm): remove useless frontmatter data fields of prior versions that causes error breaks during site build when feed generation feature that will be introduced later 2023-09-16 20:14:32 -07:00
287d2aabd6 docs: add blockquote entry of documentation overview about section for structural formality 2023-09-16 20:08:17 -07:00