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

Make the finder return only published documents #158

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Jul 12, 2017

  1. Configuration menu
    Copy the full SHA
    cf06306 View commit details
    Browse the repository at this point in the history
  2. Add a method to finder to find unpublished documents

    This method allows the scraper route to send the unpublished
    documents to the view so that they can be scraped and pushed to
    the static repo.
    
    Documents that are unpublished are not linked anywhere on the
    site. With this change, they can be loaded as a preview without
    being explicitly linked from the site.
    
    This means that all documents, linked or unlinked, are published.
    octopusinvitro committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    588dccd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7532f22 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c742f35 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    822dc98 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fcc5bc2 View commit details
    Browse the repository at this point in the history
  7. Add point under tribal knowledge section: everything is published.

    There is a small nuance between "published" documents and "unlinked"
    documents that may not be obvious to a newcomer to the codebase. So
    an explanation was filled under the tribal knowledge section of the
    contributing guide.
    octopusinvitro committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    e7e0ad0 View commit details
    Browse the repository at this point in the history