Skip to content

Commit

Permalink
docs: main docs replatform (#3169)
Browse files Browse the repository at this point in the history
Merge docs content of new docs site

<!--
First, 🌠 thank you 🌠 for taking the time to consider a contribution to
Apollo!

Here are some important details to follow:

* ⏰ Your time is important
To save your precious time, if the contribution you are making will
take more than an hour, please make sure it has been discussed in an
        issue first. This is especially true for feature requests!

* 💡 Features
Feature requests can be created and discussed within a GitHub Issue.
Be sure to search for existing feature requests (and related issues!)
prior to opening a new request. If an existing issue covers the need,
please upvote that issue by using the 👍 emote, rather than opening a
        new issue.

* 🕷 Bug fixes
These can be created and discussed in this repository. When fixing a
bug,
please _try_ to add a test which verifies the fix. If you cannot, you
should
still submit the PR but we may still ask you (and help you!) to create a
test.

* Federation versions
Please make sure you're targeting the federation version you're opening
the PR for. Federation 2 (alpha) is currently located on the `main`
branch and prior versions of Federation live on the `version-0.x`
branch.

* 📖 Contribution guidelines
Follow
https://github.com/apollographql/federation/blob/HEAD/CONTRIBUTING.md
when submitting a pull request. Make sure existing tests still pass, and
add
        tests for all new behavior.

* ✏️ Explain your pull request
Describe the big picture of your changes here to communicate to what
        your pull request is meant to accomplish. Provide 🔗 links 🔗 to
        associated issues!

We hope you will find this to be a positive experience! Open source
contribution can be intimidating and we hope to alleviate that pain as
much
as possible. Without following these guidelines, you may be missing
context
that can help you succeed with your contribution, which is why we
encourage
discussion first. Ultimately, there is no guarantee that we will be able
to
merge your pull-request, but by following these guidelines we can try to
avoid disappointment.

-->

---------

Co-authored-by: Maria Elisabeth Schreiber <[email protected]>
  • Loading branch information
shorgi and Meschreiber authored Oct 16, 2024
1 parent a1b44aa commit 4c6c268
Show file tree
Hide file tree
Showing 40 changed files with 2,393 additions and 2,947 deletions.
5 changes: 5 additions & 0 deletions .cspell/cspell-dict.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ condiditions
correcly
cyclesf
Cypher
dariuszkuc
dedented
Dedupe
defered
Expand All @@ -61,6 +62,7 @@ Didnt
diretive
doesn
Dont
dotansimha
effecient
elimiate
elts
Expand All @@ -81,6 +83,7 @@ follwoing
fooz
Fragmentization
fufilled
ghostdogpr
GHSA
Gmsuh
gqlgen
Expand Down Expand Up @@ -191,6 +194,7 @@ resovable
Reviwed
Rhai
righ
rmosolgo
rulesof
runtimes
samee
Expand Down Expand Up @@ -273,6 +277,7 @@ upgader
Upgrader
upgrader
uppper
Urigo
uuidv
vals
verison
Expand Down
16 changes: 0 additions & 16 deletions .github/workflows/docs-publish.yml

This file was deleted.

2 changes: 1 addition & 1 deletion docs/shared/enterprise-directive.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<EnterpriseFeature>

This directive is an [Enterprise feature](/router/enterprise-features) of the GraphOS Router and requires an organization with a [GraphOS Enterprise plan](https://www.apollographql.com/pricing/). If your organization doesn't have an Enterprise plan, you can test it out by signing up for a free [Enterprise trial](/graphos/org/plans/#enterprise-trials).
This directive is an [Enterprise feature](https://www.apollographql.com/pricing) of the GraphOS Router and requires an organization with a [GraphOS Enterprise plan](https://www.apollographql.com/pricing/). If your organization doesn't have an Enterprise plan, you can test it out by signing up for a free [Enterprise trial](https://studio.apollographql.com/signup?referrer=docs).

</EnterpriseFeature>
2 changes: 1 addition & 1 deletion docs/shared/progressive-override-enterprise.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<EnterpriseFeature>

Progressive `@override` is an [Enterprise feature](/router/enterprise-features) of the GraphOS Router and requires an organization with a [GraphOS Enterprise plan](https://www.apollographql.com/pricing/). If your organization doesn't have an Enterprise plan, you can test it out by signing up for a free [Enterprise trial](/graphos/org/plans/#enterprise-trials).
Progressive `@override` is an [Enterprise feature](https://www.apollographql.com/pricing) of the GraphOS Router and requires an organization with a [GraphOS Enterprise plan](https://www.apollographql.com/pricing/). If your organization doesn't have an Enterprise plan, you can test it out by signing up for a free [Enterprise trial](https://studio.apollographql.com/signup?referrer=docs).

</EnterpriseFeature>
Loading

0 comments on commit 4c6c268

Please sign in to comment.