Skip to content

Commit

Permalink
Merge pull request #102 from gosh-sh/github_sync_replace
Browse files Browse the repository at this point in the history
GitHub sync replace
  • Loading branch information
Oxydixi authored Jan 23, 2024
2 parents 73beab6 + 6f91924 commit 5531c73
Show file tree
Hide file tree
Showing 43 changed files with 1,209 additions and 1,196 deletions.
7 changes: 7 additions & 0 deletions docs/working-with-gosh/gosh-web/account.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ Enter the saved seed phrase and click **Sign in**.

Also set up a PIN code and unlock with PIN code.

You can also ensure continuous **synchronization of your GitHub and GOSH repositories.**
This is described in more detail [here](../sync.md).

### __with Google__

Expand All @@ -141,7 +143,9 @@ Confirm the selection with a password and proceed to the next step by clicking *
![](../../images/n_gosh_web_account_3_2_2_google_password.jpg) -->

<!-- You can synchronize your GitHub repositories with GOSH, which allows you to work with both platforms side by side.
Keeping both platforms in sync is also important, and you can ensure continuous synchronization of your GitHub and GOSH repositories using [GOSH GitHub Sync](../sync.md). -->

### __with Linkedln__

Expand Down Expand Up @@ -217,6 +221,9 @@ It remains to create a DAO. To do this, click on **Create DAO and complete**

Enter the DAO by clicking on it. A description of further work with TAO can be seen [here](./dao-overview.md)

You can synchronize your GitHub repositories with GOSH, which allows you to work with both platforms side by side.
Keeping both platforms in sync is also important, and you can ensure continuous synchronization of your GitHub and GOSH repositories using [GOSH GitHub Sync](../sync.md).


## __View Public Key__

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You can build Consensus around your code and organization through DAOs on GOSH w
## **Introduction**


A year ago we introduced the Login with GitHub option to easily migrate your repositories to GOSH when you sign up. Now we are enhancing this capability enabling continuous synchronization of your GitHub and GOSH repositories.
A year ago we introduced the [Login with GitHub](./gosh-web/account.md#with-github) option to easily migrate your repositories to GOSH when you sign up. Now we are enhancing this capability enabling continuous synchronization of your GitHub and GOSH repositories.

Synchronize your GitHub repositories with GOSH, and work with both platforms side by side. Changes in a GitHub repository appear in GOSH, offering both the benefits from GitHub features, convenience, and efficiency; while not compromising the decentralization of code and governance, as assured by GOSH.

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ nav:
- Members: working-with-gosh/gosh-web/members.md
- Tasks: working-with-gosh/gosh-web/task.md
- Settings: working-with-gosh/gosh-web/dao-set-up.md
- GOSH GitHub Sync: working-with-gosh/sync.md
- Git Remote Helper: working-with-gosh/git-remote-helper.md
- GOSH Ethereum L2:
- Overview: ethereum-L2/overview.md
Expand All @@ -44,7 +45,6 @@ nav:
- Acki Nacki Protocol:
- Overview: acki-nacki/overview.md
#- Test network: acki-nacki/test_network.md
- GOSH GitHub Sync: integrations/sync.md
- GOSH Ethereum L2: integrations/l2.md
# - contracts: integrations/contracts.md
- Links: links.md
Expand Down
56 changes: 28 additions & 28 deletions site/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,26 @@



<li class="md-nav__item">
<a href="/working-with-gosh/sync/" class="md-nav__link">


<span class="md-ellipsis">
GOSH GitHub Sync
</span>


</a>
</li>









<li class="md-nav__item">
<a href="/working-with-gosh/git-remote-helper/" class="md-nav__link">

Expand Down Expand Up @@ -659,10 +679,10 @@



<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_1_4" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_1_5" >


<label class="md-nav__link" for="__nav_1_4" id="__nav_1_4_label" tabindex="0">
<label class="md-nav__link" for="__nav_1_5" id="__nav_1_5_label" tabindex="0">


<span class="md-ellipsis">
Expand All @@ -673,8 +693,8 @@
<span class="md-nav__icon md-icon"></span>
</label>

<nav class="md-nav" data-md-level="2" aria-labelledby="__nav_1_4_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_1_4">
<nav class="md-nav" data-md-level="2" aria-labelledby="__nav_1_5_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_1_5">
<span class="md-nav__icon md-icon"></span>
GOSH Ethereum L2
</label>
Expand Down Expand Up @@ -743,10 +763,10 @@



<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_1_5" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_1_6" >


<label class="md-nav__link" for="__nav_1_5" id="__nav_1_5_label" tabindex="0">
<label class="md-nav__link" for="__nav_1_6" id="__nav_1_6_label" tabindex="0">


<span class="md-ellipsis">
Expand All @@ -757,8 +777,8 @@
<span class="md-nav__icon md-icon"></span>
</label>

<nav class="md-nav" data-md-level="2" aria-labelledby="__nav_1_5_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_1_5">
<nav class="md-nav" data-md-level="2" aria-labelledby="__nav_1_6_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_1_6">
<span class="md-nav__icon md-icon"></span>
Hacks & Grants
</label>
Expand Down Expand Up @@ -1156,26 +1176,6 @@



<li class="md-nav__item">
<a href="/integrations/sync/" class="md-nav__link">


<span class="md-ellipsis">
GOSH GitHub Sync
</span>


</a>
</li>









<li class="md-nav__item">
<a href="/integrations/l2/" class="md-nav__link">

Expand Down
58 changes: 29 additions & 29 deletions site/acki-nacki/overview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<link rel="prev" href="../../working-with-gosh/gosh-web/grh-config/">


<link rel="next" href="../../integrations/sync/">
<link rel="next" href="../../integrations/l2/">


<link rel="icon" href="../../images/gosh2.svg">
Expand Down Expand Up @@ -637,6 +637,26 @@



<li class="md-nav__item">
<a href="../../working-with-gosh/sync/" class="md-nav__link">


<span class="md-ellipsis">
GOSH GitHub Sync
</span>


</a>
</li>









<li class="md-nav__item">
<a href="../../working-with-gosh/git-remote-helper/" class="md-nav__link">

Expand Down Expand Up @@ -667,10 +687,10 @@



<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_1_4" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_1_5" >


<label class="md-nav__link" for="__nav_1_4" id="__nav_1_4_label" tabindex="0">
<label class="md-nav__link" for="__nav_1_5" id="__nav_1_5_label" tabindex="0">


<span class="md-ellipsis">
Expand All @@ -681,8 +701,8 @@
<span class="md-nav__icon md-icon"></span>
</label>

<nav class="md-nav" data-md-level="2" aria-labelledby="__nav_1_4_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_1_4">
<nav class="md-nav" data-md-level="2" aria-labelledby="__nav_1_5_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_1_5">
<span class="md-nav__icon md-icon"></span>
GOSH Ethereum L2
</label>
Expand Down Expand Up @@ -751,10 +771,10 @@



<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_1_5" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_1_6" >


<label class="md-nav__link" for="__nav_1_5" id="__nav_1_5_label" tabindex="0">
<label class="md-nav__link" for="__nav_1_6" id="__nav_1_6_label" tabindex="0">


<span class="md-ellipsis">
Expand All @@ -765,8 +785,8 @@
<span class="md-nav__icon md-icon"></span>
</label>

<nav class="md-nav" data-md-level="2" aria-labelledby="__nav_1_5_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_1_5">
<nav class="md-nav" data-md-level="2" aria-labelledby="__nav_1_6_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_1_6">
<span class="md-nav__icon md-icon"></span>
Hacks & Grants
</label>
Expand Down Expand Up @@ -1176,26 +1196,6 @@



<li class="md-nav__item">
<a href="../../integrations/sync/" class="md-nav__link">


<span class="md-ellipsis">
GOSH GitHub Sync
</span>


</a>
</li>









<li class="md-nav__item">
<a href="../../integrations/l2/" class="md-nav__link">

Expand Down
56 changes: 28 additions & 28 deletions site/acki-nacki/test_network/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,26 @@



<li class="md-nav__item">
<a href="../../working-with-gosh/sync/" class="md-nav__link">


<span class="md-ellipsis">
GOSH GitHub Sync
</span>


</a>
</li>









<li class="md-nav__item">
<a href="../../working-with-gosh/git-remote-helper/" class="md-nav__link">

Expand Down Expand Up @@ -664,10 +684,10 @@



<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_1_4" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_1_5" >


<label class="md-nav__link" for="__nav_1_4" id="__nav_1_4_label" tabindex="0">
<label class="md-nav__link" for="__nav_1_5" id="__nav_1_5_label" tabindex="0">


<span class="md-ellipsis">
Expand All @@ -678,8 +698,8 @@
<span class="md-nav__icon md-icon"></span>
</label>

<nav class="md-nav" data-md-level="2" aria-labelledby="__nav_1_4_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_1_4">
<nav class="md-nav" data-md-level="2" aria-labelledby="__nav_1_5_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_1_5">
<span class="md-nav__icon md-icon"></span>
GOSH Ethereum L2
</label>
Expand Down Expand Up @@ -748,10 +768,10 @@



<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_1_5" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_1_6" >


<label class="md-nav__link" for="__nav_1_5" id="__nav_1_5_label" tabindex="0">
<label class="md-nav__link" for="__nav_1_6" id="__nav_1_6_label" tabindex="0">


<span class="md-ellipsis">
Expand All @@ -762,8 +782,8 @@
<span class="md-nav__icon md-icon"></span>
</label>

<nav class="md-nav" data-md-level="2" aria-labelledby="__nav_1_5_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_1_5">
<nav class="md-nav" data-md-level="2" aria-labelledby="__nav_1_6_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_1_6">
<span class="md-nav__icon md-icon"></span>
Hacks & Grants
</label>
Expand Down Expand Up @@ -1161,26 +1181,6 @@



<li class="md-nav__item">
<a href="../../integrations/sync/" class="md-nav__link">


<span class="md-ellipsis">
GOSH GitHub Sync
</span>


</a>
</li>









<li class="md-nav__item">
<a href="../../integrations/l2/" class="md-nav__link">

Expand Down
Loading

0 comments on commit 5531c73

Please sign in to comment.