Skip to content

Commit

Permalink
Merge pull request #304 from sshanks-kx/nav
Browse files Browse the repository at this point in the history
nav changes
  • Loading branch information
JosieMD authored Jun 24, 2024
2 parents 50a36a7 + 2c7e78a commit 56e5cf1
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 327 deletions.
4 changes: 1 addition & 3 deletions docs/basics/listening-port.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords: ephemeral, kdb+, listen, multi-threaded, port, q, socket, unix



Use the `-p` [command-line option](cmdline.md) or the `\p` [system command](syscmds.md) to tell kdb+ to listen to a port. The command-line option and the system command take the same parameters.
Use the [`-p` command-line option](cmdline.md#-p-listening-port) or the [`\p` system command](syscmds.md#p-listening-port) to tell kdb+ to listen to a port. The command-line option and the system command take the same parameters.

```txt
\p [rp,][hostname:][portnumber|servicename]
Expand Down Expand Up @@ -38,8 +38,6 @@ q)\p
0i
```

Use for [client/server](../kb/client-server.md), e.g. kdbc(JDBC ODBC), HTTP (HTML XML TXT CSV).

Given a servicename, q will look up its port number in `/etc/services`.

```q
Expand Down
33 changes: 0 additions & 33 deletions docs/cloud/gcpm/index.md

This file was deleted.

4 changes: 2 additions & 2 deletions docs/cloud/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Some motivations for cloud deployments:
KX customers have deployed kdb+ and other KX solutions successfully in the cloud, including the three main cloud vendors:

- [kdb+ on Amazon Web Services](aws/index.md) :fontawesome-brands-aws:
- [kdb+ on Google Cloud Platform](gcpm/index.md)
- Microsoft Azure
- [kdb+ on Google Cloud Platform](gcpm/architecture.md)
- [kdb+ on Microsoft Azure](azure/architecture.md)


143 changes: 0 additions & 143 deletions docs/kb/client-server.md

This file was deleted.

138 changes: 0 additions & 138 deletions docs/kb/digitalocean.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/ref/hopen.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ One-shot sync queries can now execute via `` `::[(":host:port";timeout);query]``
[Interprocess communication](../basics/ipc.md)
<br>
:fontawesome-solid-graduation-cap:
[Client-server](../kb/client-server.md),
[Named pipes](../kb/named-pipes.md),
[SSL/TLS](../kb/ssl.md)
<br>
Expand Down
Loading

0 comments on commit 56e5cf1

Please sign in to comment.