Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge DocC to gh-pages #10

Merged
merged 46 commits into from
Apr 17, 2024
Merged

Merge DocC to gh-pages #10

merged 46 commits into from
Apr 17, 2024

Conversation

MasterJ93
Copy link
Owner

Description

Describe in detail what this Pull Request does and why it’s needed. Include anything the reviewers need to be aware of.
This PR merges the docs folder to the gh-pages branch.

Linked Issues

Link any related issues here. Format: #[issue number]

Type of Change

  • Bug Fix
  • New Feature
  • Documentation

Checklist:

  • My code follows the ATProtoKit API Design Guidelines as well as the Swift API Design Guidelines.
  • I have performed a self-review of my own code and commented it, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings or errors in the compiler or runtime.
  • My code is able to build and run on my machine.

Screenshots (if applicable)

Attach any screenshots or GIFs showcasing the changes effect.

Additional Notes

Add any other notes about the Pull Request here.

Credits

If you want to be credited in the CONTRIBUTORS file, you can fill out the form below. Please don't remove the square brackets.

  • Name: [Replace this with your first and last name or an alias]
  • GitHub: [Replace with your GitHub username]
  • Bluesky: [Replace with your Bluesky handle if you have one]
  • Email: [Replace with your email address, or delete this line]

- Moved start method for bottstrapping into a new file.
- Aligned Logger to the log levels.
This is for if the API user doesn't add the bundle identifier
of the project.
This code isn't working, so it'll be commented out until
a better solution arrives. For now, a Swift package already
works, but the ideal thing is to have one less dependency
from logs (using `SwiftLog`, however, is unavoidable).
Trying to add the LoggingOSLog works. However,
this Swift package, for whatever reason, is refusing to
see the LoggingOSLog package. For now, the files and
licence will be added directly into the project until
a different solution appears.
Also fixed a documentation issue in AtprotoLabelDefinition.
Also added documentation for an example.
LoggingOSLog doesn't see to be working and its making
SwiftLog crash. An in-house solution will be used
instead.
The important parts of the logging are there. This pull request will close for the moment. When everything is merged to `main`, then pull request will re-open (or a new one will be made).
Conflicts:
	Package.resolved
@MasterJ93 MasterJ93 added the documentation Improvements or additions to documentation label Apr 17, 2024
@MasterJ93 MasterJ93 self-assigned this Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant