guides-cms icon indicating copy to clipboard operation
guides-cms copied to clipboard

DEPRECATED - Markdown based CMS with Github repository as persistent storage

Results 35 guides-cms issues
Sort by recently updated
recently updated
newest added

We need to have a better way to notify users when their article gets editor suggestions. We could do something simple like send an email when we save the edit...

enhancement

It would be nice to have a few different RSS feeds: 1. Feed of homepage 2. Feed of in-review page 3. Feed for each published articles in each stack

enhancement

We want users to always get credit for their guides and edits. This means making sure we satisfy the [Github contribution rules for commits](https://help.github.com/articles/why-are-my-contributions-not-showing-up-on-my-profile/#commits). Our current scheme will allow contributions...

bug

Do you have any plans on offering gitlab integration? That would be awesome for it also being self-hosted, and users could host their docs on private repositories.

enhancement

We recently changed the guide submission process to use ajax calls. This works very well, but our error handling and display should be improved. For example, we were previously using...

Currently our main guide pages only show the contributors for the last 30 commits via the [commits api](https://developer.github.com/v3/repos/commits/). This is fine for now since most guides don't have that many...

We currently try to link to the github view for this but would be nice to have our own diff on the site for better readability.

enhancement

Currently we're only using conditional API calls to github for file listing. We should implement this in the remote.py layer for the other 'models' such as users and articles. The...

These modules were created to be independent and used from the CLI. However, each module's functions have amassed a lot of arguments. We could refactor this by passing more objects...