Giter Club home page Giter Club logo

faqtory's Introduction

╔════════════════════════ Hi there ════════════════════════╗ 🤓 Will McGugan            
 I'm a freelance software developer, living in Edinburgh,  ┣━━ 🐍 Python expert       
 Scotland. Other than open source software development,    ┣━━ Rich            
 my passion would be wildlife photography.                 ┣━━ PyFilesystem    
                                                           ┗━━ Lomond          
 Follow me on twitter @willmcgugan                         ┣━━ 🔧 Full-stack developer
╚══════════════════════════════════════════════════════════╝ ┗━━ 📘 Author              

faqtory's People

Contributors

blairconrad avatar christopherphan avatar davep avatar glensc avatar hbredin avatar lllama avatar njr0 avatar tomjgooding avatar willmcgugan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

faqtory's Issues

Ensure FAQ is indexed by search engines

A frustrating thing about GitHub repositories is that GitHub have https://github.com/robots.txt configure such that only the contents of README.md can be crawled by search engines such as Google.

All other files in the repo - including FAQ.md - are blocked from being crawled!

See here:

The two potential solutions I can see for this are:

  • Include configuration for publishing a copy of the FAQ using GitHub Pages, which can be indexed by search engine crawlers
  • Move the built FAQ content into the README itself

Simplify workflow by using $GITHUB_OUTPUT environment file

Currently the example workflow uses read-file-action to expose the suggestion to the step that creates the comment. However GitHub actions can do this natively using the $GITHUB_OUTPUT environment file https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter

- name: Run Suggest
  id: suggest
  run: |
    echo 'content<<EOF' >> $GITHUB_OUTPUT
    faqtory suggest "${{ github.event.issue.title }}" >> $GITHUB_OUTPUT
    echo 'EOF' >> $GITHUB_OUTPUT

Untested but I think that's how it would work.

Organize FAQ output by sections

Happy user of faqtory here.

Several times I had had to "hack" its usage to be able to organize my FAQ in "sections" like a section for questions about install, then one for those about development...

Do you think this woukd be something that could be desirable / implemented ?

Maybe it is already possible but I have not figured it out yet.

Either way am happy to open a pr to update the doc if it is already possible and or to update the code if it is not.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.