Commit Graph

10 Commits

Author SHA1 Message Date
Gabriel Horner
cd655174aa enhance(dev): add src/main/mobile to separate linter
Added to keep file graph code and other anti-patterns out of new mobile app
2025-07-08 11:45:08 -04:00
Tienson Qin
453ee3b3b4 fix: ensure website build doesn't rely on new mobile components
this commit also removes js e2e-tests
2025-07-02 22:38:32 +08:00
Gabriel Horner
8046549982 enhance(dev): run individual clj-e2e tests easily from cmdline
Also add more docs on setup and removed conflicting license. Don't think
it was intentional to have these tests as EPL and the rest as AGPL-3
2025-04-23 16:09:13 -04:00
Gabriel Horner
31c6cd3f5d chore: update overview docs 2024-08-09 14:05:08 -04:00
Gabriel Horner
ad3eda7c25 Tutorial fix and refactor. Update docs
* Some langs like es didn't have tutorials translated and were
  pretending to
* it lang had tutorials but they weren't being used
* Moved tutorials to the more appropriate src/resources/tutorials
* Also fixed typos and bb task
2023-05-24 16:57:48 -04:00
Peter Stuifzand
56f5d426ec Fix small typo in Markdown syntax 2022-08-19 23:38:36 +08:00
Gabriel Horner
b142327491 Finish up logseq.graph-parser
- Parser now parses all graph files like the app does, not just pages and journals.
  This required extracting another fn from repo-handler
- Add and tweak CI steps that are specific to graph-parser. All
  namespaces in this library are checked for nbb compatibility
- Cleaned up parser cli API so only one fn is needed for scripts
- Tests were updated to match new parsing behavior
- large_vars.clj can run with a smaller max-line-count after only refactoring two fns
- Add docs
2022-05-27 00:54:30 -04:00
Gabriel Horner
823b8ec39e Add basic docs explaining nbb compatibility 2022-05-04 12:27:52 -04:00
Tienson Qin
02973cba6c Replace logseq.github.io with docs.logseq.com (#3526) 2021-12-20 12:32:44 +08:00
Junyu Zhan
6cf48f0ce9 fix: switch to lowercase file extension 2021-06-02 12:41:27 +08:00