Skip to content

Commit 20f0461

Browse files
committed
Updated front readme with new links, and comment out docs that moved
1 parent 7e7c605 commit 20f0461

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

README.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- [New Usage](#new-usage)
88
- [Importing External `.pq` files](#importing-external-pq-files)
99
- [Other projects](#other-projects)
10-
- [Special functions](#special-functions)
10+
- [Functions](#functions)
1111
- [Other links](#other-links)
1212
- [Usage ( Old version )](#usage--old-version-)
1313
- [Language data](#language-data)
@@ -57,32 +57,34 @@ Context:
5757
- [tirnovar/m-custom-functions](https://github.com/tirnovar/m-custom-functions)
5858
- [tirnovar/Power-BI-Admin-REST-API-Connector](https://github.com/tirnovar/Power-BI-Admin-REST-API-Connector) and [tirnovar/Power BI REST API using Power Query](https://github.com/tirnovar/Power_BI_REST_API_PQ?tab=readme-ov-file#power-bi-rest-api-custom-function-library)
5959
60-
## Special functions
60+
## Functions
6161
62-
- [Values](https://docs.microsoft.com/en-us/powerquery-m/value-functions) Functions
63-
- [Type](https://docs.microsoft.com/en-us/powerquery-m/type-functions) Functions
64-
- [Expression](https://docs.microsoft.com/en-us/powerquery-m/expression-functions) Functions
65-
- [Comparer](https://docs.microsoft.com/en-us/powerquery-m/comparer-functions)
66-
- [Function](https://docs.microsoft.com/en-us/powerquery-m/function-values)
62+
63+
Categories: [Values](https://docs.microsoft.com/en-us/powerquery-m/value-functions) • [Types](https://docs.microsoft.com/en-us/powerquery-m/type-functions) • [Expressions](https://docs.microsoft.com/en-us/powerquery-m/expression-functions) • [Comparer](https://docs.microsoft.com/en-us/powerquery-m/comparer-functions) • [Functions](https://docs.microsoft.com/en-us/powerquery-m/function-values)
64+
65+
- [Functions - Top Level](https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference)
66+
- useful functions from the Custom Connector Docs - [microsoft/DataConnectors/Helper Functions](https://github.com/microsoft/DataConnectors/blob/master/docs/helper-functions.md)
6767
- [`OAuth` Authentication](https://docs.microsoft.com/en-us/power-query/handlingauthentication)
6868
- first read: [blog.crossjoin Connecting To Rest APIs with OAuth2 in Power BI](https://blog.crossjoin.co.uk/2021/08/29/connecting-to-rest-apis-with-oauth2-authentication-in-power-query-power-bi/)
6969
- [Windows Authentication and SSO](https://docs.microsoft.com/en-us/power-query/additional-connector-functionality)
70+
- [Implementing `Table.Schema` - Custom Connectors - bengribaudo.com](https://bengribaudo.com/blog/2022/06/16/6797/custom-connectors-populating-table-schema)
71+
72+
<!--
73+
for now disable links that were broken by path changes.
7074
- [Data Source Kind on SDK MS-DataConnectors](https://github.com/Microsoft/DataConnectors/blob/master/docs/m-extensions.md#data-source-kind)
7175
- [Implementing `OAuth` Flow](https://github.com/Microsoft/DataConnectors/blob/master/docs/m-extensions.md#implementing-an-oauth-flow)
7276
- [Implementing `Table.View` for Query Folding](https://github.com/microsoft/DataConnectors/blob/master/docs/table-view.md)
7377
- [Implementing `Nav table`](https://github.com/microsoft/DataConnectors/blob/master/docs/nav-tables.md)
7478
- [Extending the `ODBC` connector](https://github.com/microsoft/DataConnectors/blob/master/docs/odbc.md)
7579
- example: [Swagger and two Auth types](https://github.com/microsoft/DataConnectors/blob/master/samples/DataWorldSwagger/DataWorldSwagger.pq)
76-
- [Implementing `Table.Schema` : Custom Connectors :bengribaudo](https://bengribaudo.com/blog/2022/06/16/6797/custom-connectors-populating-table-schema)
80+
-->
7781

7882
## Other links
83+
- [Custom Connector tutorial: TripPin](https://github.com/microsoft/DataConnectors/tree/master/samples/TripPin)
7984

8085
- [DataConnectors / samples](https://github.com/microsoft/DataConnectors/tree/master/samples)
81-
- [Power Query Language Specs](https://docs.microsoft.com/en-us/powerquery-m/power-query-m-language-specification) (aka 'M')
82-
- top level [Function Docs](https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference)
86+
- [Power Query M Language Specs](https://docs.microsoft.com/en-us/powerquery-m/power-query-m-language-specification)
8387
- Details on [Web.Contents: Special Behavior of HTTP Status Codes](https://github.com/microsoft/DataConnectors/blob/master/docs/other-topics.md)
84-
- [Helper Functions](https://github.com/microsoft/DataConnectors/blob/master/docs/helper-functions.md) @microsoft/DataConnector
85-
- [Main Trippin tutorial](https://github.com/microsoft/DataConnectors/tree/master/samples/TripPin)
8688

8789
## Usage ( Old version )
8890

0 commit comments

Comments
 (0)