This repository was archived by the owner on Aug 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
fix: docs for all #502
Merged
Merged
fix: docs for all #502
Conversation
This file contains hidden or 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
32 tasks
1506d97
to
5b6b1ee
Compare
5759ec9
to
2bee5b7
Compare
5b6b1ee
to
24f2f9d
Compare
24f2f9d
to
e1ffaf1
Compare
02c9d3c
to
b5bd937
Compare
2e14129
to
131d464
Compare
c5640f3
to
44b6713
Compare
9338f81
to
9092526
Compare
This will likely be moved to the 'ts-endpoint' dependency soon.
7cde76c
to
a9f43aa
Compare
a9f43aa
to
b98e3e1
Compare
vecna
reviewed
Jun 18, 2022
@@ -18,7 +18,7 @@ Having trouble? We’d like to help! | |||
|
|||
- Check the **[Github](https://github.com/tracking-exposed)** repo, report bugs or contribute. ❤️ | |||
|
|||
- Join the community in Tracking Exposed **[Slack](trackingexposed.slack.com)**. | |||
- Join the community in Tracking Exposed **[Slack](https://trackingexposed.slack.com)**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry, slack isn't supposed to be publicly accessible. we don't have a place (yet) for support. perhaps, if we move all our channels as private, we can consider this.
ascariandrea
added a commit
that referenced
this pull request
Jul 6, 2022
* fix: docs for all * refactor: endpoints organization by platform * chore: upgrade typescript and ts-node * chore(docs): defined build script * fix: docs build * docs(guardoni): installation and usage sections * docs: guardoni development section with build, pkg and test * fix(tktrex): metadata models definition * docs(guardoni): replace getting started section with electron * ci: defined workflow for docs * fix: typings for documented endpoint instance This will likely be moved to the 'ts-endpoint' dependency soon. * fix: ycai build with path to '@tktrex/shared' package * fix(yttrex): endpoints import for extension background * ci: run docs workflow for our set of branch names * fix(yttrex): youchoose endpoints import * used the 128x128 trex logo instead of yttrex * docs: dark logo * docs: intro updated * fix: swagger provider model parsing * fix(shared): models exports for swagger doc compatibility * fix(docs): link configuration * fix(tktrex): contribution event model definition with possibly undefined values * fix(docs): link to our slack Co-authored-by: Claudio <claudio@syrianarchive.org> Co-authored-by: spaghettinucleari <spaghettinucleari@gmail.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
To serve the documentation you need first to build the
OpenAPI
documentation with:and then you can run
yarn docs start
to serve documentation athttp://localhost:3000