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

feat(server): add docs on the server file #10019

Merged
merged 2 commits into from
Feb 16, 2024
Merged

feat(server): add docs on the server file #10019

merged 2 commits into from
Feb 16, 2024

Conversation

jtoar
Copy link
Contributor

@jtoar jtoar commented Feb 15, 2024

This PR adds docs for the server file. I opted to add them to the Docker doc since that's where the idea originated from and most serverful deploys that aren't serverless are Docker-based (the only one that I can think of that isn't is baremetal).

I also updated the app configuration and realtime docs. It seems like the realtime setup command should update the graphql function, but that was out of scope for this PR.

@jtoar jtoar added the release:docs This PR only updates docs label Feb 15, 2024
@jtoar jtoar added this to the v7.0.0 milestone Feb 15, 2024
@jtoar jtoar changed the title work on server docs feat(server): add docs on the server file Feb 15, 2024
@jtoar jtoar force-pushed the ds-server/add-docs branch 5 times, most recently from b394818 to 10ff881 Compare February 15, 2024 23:31
@jtoar jtoar marked this pull request as ready for review February 15, 2024 23:33
@jtoar jtoar force-pushed the ds-server/add-docs branch 3 times, most recently from 5edfa38 to 03f4306 Compare February 16, 2024 19:31
@jtoar jtoar merged commit e4a7676 into main Feb 16, 2024
39 checks passed
@jtoar jtoar deleted the ds-server/add-docs branch February 16, 2024 19:52
jtoar added a commit that referenced this pull request Feb 17, 2024
This PR adds docs for the server file. I opted to add them to the Docker
doc since that's where the idea originated from and most serverful
deploys that aren't serverless are Docker-based (the only one that I can
think of that isn't is baremetal).

I also updated the app configuration and realtime docs. It seems like
the realtime setup command should update the graphql function, but that
was out of scope for this PR.
dac09 added a commit to dac09/redwood that referenced this pull request Feb 19, 2024
* 'main' of github.com:redwoodjs/redwood:
  RSC: Add MultiCellPage to test fixture (redwoodjs#10029)
  RSC chore(tests): Add links to scaffolds in test fixture (redwoodjs#10028)
  docs(metadata): Fix spelling/typos (redwoodjs#10027)
  chore(release): link to previous releases and upgrade guides in the changelog (redwoodjs#10026)
  chore(ci): add changelog check to ci (redwoodjs#9989)
  fix(realtime): update logic for including sseLink (redwoodjs#10025)
  chore(k6 tests): update entry point (redwoodjs#10024)
  feat(server): add docs on the server file (redwoodjs#10019)
  fix(types): Fix TS type in createServer.test.ts (redwoodjs#10023)
dac09 added a commit to dac09/redwood that referenced this pull request Feb 20, 2024
…sc-build

* 'feat/rsc-build' of github.com:dac09/redwood: (119 commits)
  chore(deps): update dependency @playwright/test to v1.41.2 (redwoodjs#10040)
  chore(crwa): update version in e2e test (redwoodjs#10037)
  chore(ci): update yarn.lock for changelog action (redwoodjs#10039)
  chore: bump TSTyche (redwoodjs#10036)
  chore(changelog): add v7 (redwoodjs#10038)
  v7.0.0
  Version docs to 7.0
  chore(docs): align v6 docs with the next branch (redwoodjs#10034)
  chore(docs): align v6 docs with the next branch (redwoodjs#10034)
  fix(server): prefix port/host with api, fix logging (redwoodjs#10035)
  fix(server): prefix port/host with api, fix logging (redwoodjs#10035)
  docs: Removes warning within Mailer documentation about Studio being experimental (redwoodjs#10033)
  docs: Within describeScenario documentation, change optimisation to use American English (redwoodjs#10032)
  docs(metadata): Fix spelling/typos (redwoodjs#10027)
  chore(release): link to previous releases and upgrade guides in the changelog (redwoodjs#10026)
  chore(ci): add changelog check to ci (redwoodjs#9989)
  fix(realtime): update logic for including sseLink (redwoodjs#10025)
  chore(k6 tests): update entry point (redwoodjs#10024)
  feat(server): add docs on the server file (redwoodjs#10019)
  fix(types): Fix TS type in createServer.test.ts (redwoodjs#10023)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:docs This PR only updates docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants