-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update docs.yml * Update docs.yml * Update docs.yml * Update docs.yml * Update docs.yml * Update docs.yml * Update Store.swift * Fix doc comment parsing * Make enum internal * Create .jazzy.yaml * Move abstracts * Update Effect+Run.swift * Update docs.yml
- Loading branch information
1 parent
683b894
commit de6c378
Showing
30 changed files
with
105 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,28 +6,34 @@ on: | |
- master | ||
|
||
jobs: | ||
pages: | ||
name: Documentation for Pages | ||
runs-on: macos-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Generate Documentation for Pages | ||
uses: sersoft-gmbh/swifty-docs-action@v1 | ||
- name: Upload to GitHub Pages | ||
uses: crazy-max/[email protected] | ||
with: | ||
build_dir: "docs" | ||
env: | ||
GITHUB_PAT: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} | ||
wiki: | ||
name: Documentation | ||
name: Documentation for Wiki | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Install swift-doc | ||
run: | | ||
git clone https://github.com/SwiftDocOrg/swift-doc | ||
cd swift-doc | ||
sudo make install | ||
cd .. | ||
- name: Generate Documentation for Wiki | ||
run: swift-doc generate Sources/Fluxor* --module-name Fluxor --output Documentation-Wiki | ||
uses: SwiftDocOrg/swift-doc@master | ||
with: | ||
inputs: "Sources" | ||
format: "commonmark" | ||
module-name: Fluxor | ||
output: "Documentation-Wiki" | ||
- name: Upload to Wiki | ||
uses: SwiftDocOrg/github-wiki-publish-action@v1 | ||
with: | ||
path: "Documentation-Wiki" | ||
env: | ||
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} | ||
# - name: Generate Documentation for Pages | ||
# run: swift-doc generate Sources/Fluxor* --module-name Fluxor --output Documentation-Pages --format html | ||
# - name: Upload to GitHub Pages | ||
# uses: crazy-max/[email protected] | ||
# with: | ||
# build_dir: "Documentation-Pages" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
module: Fluxor | ||
author: Morten Bjerg Gregersen | ||
github_url: https://github.com/FluxorOrg/Fluxor | ||
copyright: '© 2020 under [open source license](https://github.com/FluxorOrg/Fluxor/blob/master/LICENSE).' | ||
swift_version: 5.2 | ||
|
||
documentation: "Documentation/Guides/*.md" | ||
abstract: "Documentation/Abstracts/*.md" | ||
|
||
custom_categories: | ||
- name: Store | ||
children: | ||
- Store | ||
- name: Actions | ||
children: | ||
- Action | ||
- ActionTemplate | ||
- AnonymousAction | ||
- name: Reducers | ||
children: | ||
- Reducer | ||
- ReduceOn | ||
- name: Selectors | ||
children: | ||
- SelectorProtocol | ||
- Selector | ||
- name: Effects | ||
children: | ||
- Effects | ||
- Effect | ||
- name: Extensions | ||
children: | ||
- Publisher | ||
- name: Debugging | ||
children: | ||
- Interceptor | ||
- PrintInterceptor | ||
- name: SwiftUI | ||
children: | ||
- ObservableValue | ||
- ValueBinding | ||
- name: Test Support | ||
children: | ||
- MockStore | ||
- TestInterceptor |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,4 +96,4 @@ class SettingsEffectsTests: XCTestCase { | |
XCTAssertEqual(result[0], Actions.hideColorPicker()) | ||
} | ||
} | ||
``` | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* Fluxor | ||
* Copyright (c) Morten Bjerg Gregersen 2020 | ||
* MIT license, see LICENSE file for details | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* Fluxor | ||
* Copyright (c) Morten Bjerg Gregersen 2020 | ||
* MIT license, see LICENSE file for details | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* Fluxor | ||
* Copyright (c) Morten Bjerg Gregersen 2020 | ||
* MIT license, see LICENSE file for details | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* Fluxor | ||
* Copyright (c) Morten Bjerg Gregersen 2020 | ||
* MIT license, see LICENSE file for details | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* Fluxor | ||
* Copyright (c) Morten Bjerg Gregersen 2020 | ||
* MIT license, see LICENSE file for details | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* Fluxor | ||
* Copyright (c) Morten Bjerg Gregersen 2020 | ||
* MIT license, see LICENSE file for details | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* Fluxor | ||
* Copyright (c) Morten Bjerg Gregersen 2020 | ||
* MIT license, see LICENSE file for details | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* Fluxor | ||
* Copyright (c) Morten Bjerg Gregersen 2020 | ||
* MIT license, see LICENSE file for details | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* Fluxor | ||
* Copyright (c) Morten Bjerg Gregersen 2020 | ||
* MIT license, see LICENSE file for details | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* FluxorSwiftUI | ||
* Copyright (c) Morten Bjerg Gregersen 2020 | ||
* MIT license, see LICENSE file for details | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* FluxorSwiftUI | ||
* Copyright (c) Morten Bjerg Gregersen 2020 | ||
* MIT license, see LICENSE file for details | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* FluxorTests | ||
* Copyright (c) Morten Bjerg Gregersen 2020 | ||
* MIT license, see LICENSE file for details | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* FluxorTests | ||
* Copyright (c) Morten Bjerg Gregersen 2020 | ||
* MIT license, see LICENSE file for details | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* FluxorTests | ||
* Copyright (c) Morten Bjerg Gregersen 2020 | ||
* MIT license, see LICENSE file for details | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* FluxorTests | ||
* Copyright (c) Morten Bjerg Gregersen 2020 | ||
* MIT license, see LICENSE file for details | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* FluxorTests | ||
* Copyright (c) Morten Bjerg Gregersen 2020 | ||
* MIT license, see LICENSE file for details | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* FluxorTests | ||
* Copyright (c) Morten Bjerg Gregersen 2020 | ||
* MIT license, see LICENSE file for details | ||
|
2 changes: 1 addition & 1 deletion
2
Tests/FluxorTests/Operators/ActionPublisher+WasCreatedByTests.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* FluxorTests | ||
* Copyright (c) Morten Bjerg Gregersen 2020 | ||
* MIT license, see LICENSE file for details | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* FluxorTests | ||
* Copyright (c) Morten Bjerg Gregersen 2020 | ||
* MIT license, see LICENSE file for details | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* FluxorTests | ||
* Copyright (c) Morten Bjerg Gregersen 2020 | ||
* MIT license, see LICENSE file for details | ||
|