Skip to content

Commit

Permalink
Move to mkdocs and drop gastby (#151)
Browse files Browse the repository at this point in the history
* update to mkdocs + add workflow

* work on mkdocs port

* update to use case list

* finalize port to mkdocs, remove old doc, keep non migrated in archive folder
  • Loading branch information
jbcodeforce authored Sep 8, 2022
1 parent 2fe3f80 commit d1effa0
Show file tree
Hide file tree
Showing 1,507 changed files with 680 additions and 85,922 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Build & Push docs
on:
push:
branches:
- master
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout master
uses: actions/checkout@v1
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
51 changes: 0 additions & 51 deletions docs-mk/news/index.md

This file was deleted.

133 changes: 0 additions & 133 deletions docs-mk/technology/event-streams/consumergrp.md

This file was deleted.

Loading

0 comments on commit d1effa0

Please sign in to comment.