Skip to content

Commit

Permalink
docs: new pages dummies
Browse files Browse the repository at this point in the history
  • Loading branch information
darekf77 committed Oct 23, 2024
1 parent 39d708c commit 8db2ae2
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,15 @@

- ✅ firedev -> taon rebranding
- ✅ angular 18 support


## Changes v16

- ✅ angular 16 support
- ✅ global npm container for all projects
- ✅ standalone projects support (app + lib)
- ✅ organization projects support
- ✅ stable isomorphic library build
- ✅ realese app to github /docs
- ✅ websql mode for mocked backend in github /docs

22 changes: 22 additions & 0 deletions CI-CD.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## Intro to CD/CI of isomorphic app and libs
Continouse delivery and continouse integration are crucial part of
modern software development.


## Github pages with websql mode
```
taon release
```

## Taon open source cloud in docker

```
taon release
```


## Taon.dev cloud

```
taon release
```
21 changes: 21 additions & 0 deletions FRAMEWORK.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## Taon config

Config of application

## Taon controller

Injectable to angular's api service.
Glue between backend and frontend.

## Taon entities

Entity class that can be use as Dto

## Taon providers

Injectable (service like) classes

## Taon repositories

Injectable (service like) classes

1 change: 1 addition & 0 deletions docs-config.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"packageNameWithPath": "tnp/ALL_COMMANDS.md",
},
],
"projects": []
},
"omitFilesPatters": ["BUILD-INFO"],
"priorityOrder": ["README"]
Expand Down

0 comments on commit 8db2ae2

Please sign in to comment.