fSQL icon indicating copy to clipboard operation
fSQL copied to clipboard

Adds docs to website

Open sbuberl opened this issue 8 years ago • 5 comments

The docs are on fsql.org are pretty lacking. Would like to add documentation for each query with the allowed syntax options, functionality, and maybe some examples. Plus more detail on both SQL functions and the the public API.

sbuberl avatar Aug 27 '17 20:08 sbuberl

How to do this? Are you looking for someone to prepare the documentation and have it published on the site?

superyetkin avatar Oct 15 '17 19:10 superyetkin

If someone wants to help, that would be great. All of the website is currently in the gh_pages branch. Looking to add docs for last release (1.3.1) and what's in master as future 1.4. if you want to clean up the design of the site overall or refactor the current JS for some framework, that's fine too.

sbuberl avatar Oct 15 '17 19:10 sbuberl

I merged fsql.org into my new personal site. Hopefully add some more docs in the near future

sbuberl avatar May 12 '18 19:05 sbuberl

Started working on this. My new Jekyll home page doesn't seem to support SQL syntax highlighting and doesn't to format well on there so I'll throw in the wiki. Added an updated version of the tutorial for the build running in master and added a page for CREATE TABLE

sbuberl avatar Sep 10 '18 00:09 sbuberl

I've been playing around with a new site without Jekyll to replace sbuberl.com. Been adding some docs on there: https://www.sbuberl.com/newsite/fsql/queries.html

sbuberl avatar Dec 03 '18 18:12 sbuberl