Move phab docs to /documentation (#882)

This commit is contained in:
George Gevoian
2024-03-05 08:35:48 -05:00
committed by GitHub
parent 1e169599d1
commit 0c60446f9c
9 changed files with 467 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ export interface GristTable {
// This is documenting what is currently returned by the core plugins. Capitalization
// is python-style.
//
// TODO: could be worth reconciling with: https://phab.getgrist.com/w/grist_data_format/.
// TODO: could be worth reconciling with: /documentation/grist-data-format.md.
table_name: string | null; // currently allow names to be null
column_metadata: GristColumn[];
table_data: any[][];