atnjqt / compassionapp

Repository documenting sample code testing the Instagram/Facebook Basic API functionality for a Docker Composed React-Flask-MongoDB web application to serve as a Proof Of Concept for a Compassion mobile app
0 stars 0 forks source link

reenable wiki #15

Closed mbod closed 2 years ago

mbod commented 2 years ago

@yoonakang can you go to settings for this repo and

  1. make sure Etienne and I are full admin users
  2. enable the wiki pages for documentation
atnjqt commented 2 years ago

Yes I think what happened is on changing the repository name and then migrating, this was left dangling still in my environment. The remote origin should now be like https://github.com/yoonakang/compassionapp.wiki.git instead of:

(base) ASCMacbook-EJACQUOT:compassionmode-app.wiki etiennejacquot$ git remote -v
origin  https://github.com/atnjqt/compassionmode-app.wiki.git (fetch)
origin  https://github.com/atnjqt/compassionmode-app.wiki.git (push)
atnjqt commented 2 years ago

Oh actually it is already there! maybe just not enabled in the repository settings like you mentioned, so we cannot access the wiki tab

git clone https://github.com/yoonakang/compassionapp.wiki.git
atnjqt commented 2 years ago

or just run the following on your existing repo

mv compassionmode-app.wiki/ compassionapp.wiki/

cd compassionapp.wiki/
git remote set-url origin https://github.com/yoonakang/compassionapp.wiki.git

git fetch
mbod commented 2 years ago

can close this as transfer back to @atnjqt gives us back the wiki