Skip to content

Commit

Permalink
add API Doc to configuration package and header to exception package …
Browse files Browse the repository at this point in the history
…files
  • Loading branch information
celadari committed Nov 23, 2021
1 parent e5df33b commit af7d880
Show file tree
Hide file tree
Showing 207 changed files with 1,049 additions and 281 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2019 celadari. All rights reserved. MIT license.
name: Build
on: [push]
jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2019 celadari. All rights reserved. MIT license.
name: Linter
on: [push]
jobs:
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Copyright 2019 celadari. All rights reserved. MIT license.
name: Publish documentation to project website and Package to Maven Central Repository
on:
# release:
# types: [created]
[push]
release:
types: [created]
jobs:
publish-doc:
runs-on: ubuntu-20.04
Expand All @@ -23,9 +23,7 @@ jobs:
source .workflow-scripts/put_scala_docs_aside.sh ./target ../api_docs
cp .workflow-scripts/move_scala_docs.sh ../api_docs/
cp .workflow-scripts/update_json_api_versions.py ../api_docs/
echo "$scala_versions"
echo "scala_versions=$scala_versions" >> $GITHUB_ENV
echo "$api_version"
echo "api_version=$api_version" >> $GITHUB_ENV
- name: Git checkout on gh-pages
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2019 celadari. All rights reserved. MIT license.
name: Unittests
on: [push]
jobs:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright 2019 celadari. All rights reserved. MIT license.

*.class
*.log

Expand Down
Binary file modified .img/boolean_logical_tree.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .img/jsonlogicscala_logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion .workflow-scripts/move_scala_docs.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

# Copyright 2019 celadari. All rights reserved. MIT license.

# shellcheck disable=SC2154
for scala_version in $scala_versions
Expand Down
2 changes: 1 addition & 1 deletion .workflow-scripts/put_scala_docs_aside.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

# Copyright 2019 celadari. All rights reserved. MIT license.

# shellcheck disable=SC2010
scala_versions=$(ls "$1" | grep -Eo "[0-9]\.[0-9][0-9]" | tr '\n' ' ')
Expand Down
1 change: 1 addition & 0 deletions .workflow-scripts/update_json_api_versions.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2019 celadari. All rights reserved. MIT license.

import argparse
import json
Expand Down
Loading

0 comments on commit af7d880

Please sign in to comment.