Skip to content

Commit

Permalink
Tweak menu
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveRosam committed Nov 13, 2024
1 parent a0d7825 commit 2869d9d
Show file tree
Hide file tree
Showing 3 changed files with 171 additions and 224 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/build-commit-subfolder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,27 +115,6 @@ jobs:

###

# clone the library repo
- name: Checkout Samples
uses: actions/checkout@v3
with:
repository: 'quixio/quix-samples'
ref: 'main' # when a dev branch exists we can get the dev content
#ref: '{{ steps.extract_branch.outputs.branch }}'
path: 'samples'

# use our own GitHub Action to bring in library readme files
- name: Quix Samples readme.md importer
uses: quixio/[email protected]
id: readme_importer
with:
LIBRARY_REPO_PATH: "samples"
DOCS_PATH: ""
REPLACEMENT_PLACEHOLDER: "#ConnectorsGetInsertedHere"
CONNECTORS_TAG: "Connectors"
NAV_INDENT_SPACES: "6"
CONNECTORS_TITLE_REPLACEMENT: "[//]: <> (#connectors_tile_replacement)"

# for debugging..
# crawl the files, print the contents of specific files
- name: Crawl and print file hierarchy
Expand Down
35 changes: 0 additions & 35 deletions .github/workflows/sync-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,41 +121,6 @@ jobs:
### END
####################################################


####################################################
### IMPORT LIBRARY README.MD FILES INTO DOCS
####################################################
# clone the library repo
- name: Checkout Samples
uses: actions/checkout@v3
with:
repository: 'quixio/quix-samples'
ref: 'main' # when a dev branch exists we can get the dev content
#ref: '{{ steps.extract_branch.outputs.branch }}'
path: 'samples'

# use our own GitHub Action to bring in library readme files
- name: Quix Samples readme.md importer
uses: quixio/[email protected]
id: readme_importer
with:
LIBRARY_REPO_PATH: "samples"
DOCS_PATH: ""
REPLACEMENT_PLACEHOLDER: "#ConnectorsGetInsertedHere"
CONNECTORS_TAG: "Connectors"
NAV_INDENT_SPACES: "6"
CONNECTORS_TITLE_REPLACEMENT: "[//]: <> (#connectors_tile_replacement)"

- name: Output Importer Logs
run: |
for i in ${{ steps.readme_importer.outputs.logs }}; do
echo $i
done
####################################################
### END OF IMPORT LIBRARY README.MD's
####################################################

- name: Build MkDocs Site
run: mkdocs build --no-directory-urls
env:
Expand Down
Loading

0 comments on commit 2869d9d

Please sign in to comment.