aboutsummaryrefslogtreecommitdiff
path: root/plugins/jekyll/src
AgeCommit message (Collapse)Author
2023-11-10Restructure the project to utilize included builds (#3174)Ignat Beresnev
* Refactor and simplify artifact publishing * Update Gradle to 8.4 * Refactor and simplify convention plugins and build scripts Fixes #3132 --------- Co-authored-by: Adam <897017+aSemy@users.noreply.github.com> Co-authored-by: Oleg Yukhnevich <whyoleg@gmail.com>
2023-08-31Enable explicit API mode (#3139)Ignat Beresnev
2023-08-31Update copyright (#3149)Ignat Beresnev
* Add the default copyright profile and enable IDEA project settings * Add the license notice file
2023-02-24Mark Plugin Api as experimental (#2743)Vadim Mishenev
2023-01-10Revise documentation (#2728)Ignat Beresnev
Co-authored-by: Sarah Haggarty <sarahhaggarty@users.noreply.github.com>
2022-10-07Change log level to INFO for messages about alpha plugin versions (#2693)Ignat Beresnev
2022-07-26Give notice of alpha version for GFM, Javadoc, Jekyll, KaJ formats (#2550)Vadim Mishenev
2021-07-06Change jekyll links to be .html (#1990)Marcin Aman
2021-06-25Cleanup paragraphs and tables in GFM renderer (#1946)Mike Sinkovsky
* GFM renderer: cleanup paragraphs * GFM renderer: cleanup tables * GFM renderer: add tests for wrong header in table Table with extra cell in row is really generated by `all-modules-page` plugin * Remove commented-out lines * Add BriefCommentPreprocessor which inserts a line break between a signature and a brief comment Fixed a bug with `mapTransform` function which replaces table headers with their contents Co-authored-by: Kamil Doległo <kamil.doleglo@interia.pl>
2021-06-21Remove extra dash (#1968)Rachel M. Carmena
2020-11-27Adding multimodule all modules page creation for gfmBłażej Kardyś
2020-08-19Refactor location providersKamil Doległo
2020-07-13Remove TODO NOW in JekyllPluginsebastian.sellmair
2020-07-13Support dokkaJekyll and dokkaGfm tasks in new task configurationsebastian.sellmair
2020-07-13Remove `format` from dokka DokkaConfigurationsebastian.sellmair
2020-07-07Add overrides to provided pluginsPaweł Marks
2020-04-15Refactor package list to be a preprocessorAndrzej Ratajczak
2020-04-01Fixes problems with Markdown and JekyllAndrzej Ratajczak
2020-03-23Gradle Task supporting multimodular projectsAndrzej Ratajczak